How to ask matlab to run a file?

1 vue (au cours des 30 derniers jours)
Leonardo Wayne
Leonardo Wayne le 14 Mar 2016
I have a .iqy file I would like to run(execute) from m-file. How can I do that?

Réponses (1)

Image Analyst
Image Analyst le 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().

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by