How to ask matlab to run a file?
1 view (last 30 days)
Show older comments
I have a .iqy file I would like to run(execute) from m-file. How can I do that?
0 Comments
Answers (1)
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().
0 Comments
See Also
Categories
Find more on Environment and Settings 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!