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?

 Accepted Answer

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.

More Answers (0)

Categories

Asked:

on 2 Feb 2017

Edited:

on 2 Feb 2017

Community Treasure Hunt

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

Start Hunting!