![]() |
XFOIL in MATLAB
Does anyone know how to process XFOIL commands through MALTAB? I am able to open the program through the !shell command, but how does one enter the commands in MATLAB for execution in XFOIL.
|
I know this is an old question, but in case anyone needs to do this...
You have to write a text file of inputs, which have on each line what you would enter into the command prompt. Then run that file with the shell command into XFoil. I ran this first: Code:
fid = fopen('XFoil_inputs.dat', 'wt');Code:
naca 23012 |
| All times are GMT -4. The time now is 21:47. |