how can I implement exe file?
1 次查看(过去 30 天)
显示 更早的评论
I have an exe file and I want to execute it with system function I use the below code:
system(['E:/libsvm-3.11/windows/svm-scale -r Range_Watermarking feature_Test.txt > feature_Test.scale'])
but it cannot execute svm-scale and it say cannot open Range_Watermarking but this file is in the same folder. can you guide me? thanks in advance.
3 个评论
Steven Lord
2017-1-26
What is the EXACT error message you receive when you run that command? Don't paraphrase, copy and paste.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!