how can I implement exe file?

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 件のコメント

Jorge Mario Guerra González
Jorge Mario Guerra González 2017 年 1 月 26 日
does it run from the regular command prompt? also there is one o this things ">" unmatched perhaps thats a syntax mistake (Although I dont know the syntax of your program)
Walter Roberson
Walter Roberson 2017 年 1 月 26 日
The > is fine, that is output redirection to a file
Steven Lord
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 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Coder についてさらに検索

質問済み:

2017 年 1 月 26 日

コメント済み:

2017 年 1 月 26 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by