How to ask matlab to run a file?

1 次查看(过去 30 天)
I have a .iqy file I would like to run(execute) from m-file. How can I do that?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by