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?

 Respuesta aceptada

Geoff Hayes
Geoff Hayes el 2 de Feb. de 2017
Editada: Geoff Hayes el 2 de Feb. de 2017
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.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 2 de Feb. de 2017

Editada:

el 2 de Feb. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by