how can I implement exe file?

조회 수: 2 (최근 30일)
nadia
nadia 2017년 1월 26일
댓글: Steven Lord 2017년 1월 26일
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
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개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by