How to ask matlab to run a file?

1 view (last 30 days)
Leonardo Wayne
Leonardo Wayne on 14 Mar 2016
Answered: Image Analyst on 14 Mar 2016
I have a .iqy file I would like to run(execute) from m-file. How can I do that?

Answers (1)

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

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!