How to ask matlab to run a file?

조회 수: 1 (최근 30일)
Leonardo Wayne
Leonardo Wayne 2016년 3월 14일
답변: Image Analyst 2016년 3월 14일
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