Azzera filtri
Azzera filtri

how can I implement exe file?

1 visualizzazione (ultimi 30 giorni)
nadia
nadia il 26 Gen 2017
Commentato: Steven Lord il 26 Gen 2017
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 Commenti
Walter Roberson
Walter Roberson il 26 Gen 2017
The > is fine, that is output redirection to a file
Steven Lord
Steven Lord il 26 Gen 2017
What is the EXACT error message you receive when you run that command? Don't paraphrase, copy and paste.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by