Effacer les filtres
Effacer les filtres

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

23 vues (au cours des 30 derniers jours)
joo tan
joo tan le 7 Août 2018
Modifié(e) : Stephen23 le 7 Août 2018
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

Réponses (1)

Stephen23
Stephen23 le 7 Août 2018
  2 commentaires
joo tan
joo tan le 7 Août 2018
Modifié(e) : joo tan le 7 Août 2018
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 le 7 Août 2018
Modifié(e) : Stephen23 le 7 Août 2018
system('someCommand inputOne inputTwo')
You could generate the character vector using concatenation or sprintf.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Application Deployment dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by