How to ask matlab to run a file?

1 Ansicht (letzte 30 Tage)
Leonardo Wayne
Leonardo Wayne am 14 Mär. 2016
Beantwortet: Image Analyst am 14 Mär. 2016
I have a .iqy file I would like to run(execute) from m-file. How can I do that?

Antworten (1)

Image Analyst
Image Analyst am 14 Mär. 2016
Try the system() function. Or you can use ! followed by the program name on the command line. With Windows, you can use winopen().

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by