How can I run a .app mac programme from matlab?

How can I run a programme on a mac this is a .app programme for use through the terminal such as a .exe that runs on windows through the cmd prompt?
I am trying to use xfoil for analysis of aerofoils. I can get it to work on windows with xfoil.exe but I have now moved to a mac and wish to do the same with xfoil.app for mac.
I've tried using the same command '!xfoil.exe' but when I try with '!xfoil.app' it fails to open.
Can anyone help at all?

 채택된 답변

Geoff Hayes
Geoff Hayes 2017년 2월 2일
편집: Geoff Hayes 2017년 2월 2일

0 개 추천

Aaron - try using the system function. On my Max OS X 10.11.6 running MATLAB R2014a, I can launch Safari from the MATLAB command line as
>> system('open -a Safari')
Perhaps you can do the same for xfoil.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2017년 2월 2일

편집:

2017년 2월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by