How to ask matlab to run a file?

1 visualización (últimos 30 días)
Leonardo Wayne
Leonardo Wayne el 14 de Mzo. de 2016
Respondida: Image Analyst el 14 de Mzo. de 2016
I have a .iqy file I would like to run(execute) from m-file. How can I do that?

Respuestas (1)

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

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by