필터 지우기
필터 지우기

How to run executable file (.exe) with input information using MATLAB

조회 수: 23 (최근 30일)
joo tan
joo tan 2018년 8월 7일
편집: Stephen23 2018년 8월 7일
Hi everyone,
I want use system to run my executable file (add_grd.exe) with input information (file 1 ,file 2 and output file). Usually i use system to run without any input and automatically run.But for this .exe , i need to type the info.How i can do that? Here is the link for the data (1.grd , 2.grd) and exe file.
https://www.dropbox.com/sh/qyccx30i2nhzyze/AAACK65UTBK5KmHiLkO3biQ7a?dl=0

답변 (1개)

Stephen23
Stephen23 2018년 8월 7일
  댓글 수: 2
joo tan
joo tan 2018년 8월 7일
편집: joo tan 2018년 8월 7일
i am sorry sir. I have try to view the link and try to understand. i am not expert in MATLAB. can you suggest any simple command which i can use for my script? Thanks
Stephen23
Stephen23 2018년 8월 7일
편집: Stephen23 2018년 8월 7일
system('someCommand inputOne inputTwo')
You could generate the character vector using concatenation or sprintf.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by