hello,on the execution of ("C: \ ANSYS Inc \ v130 \ ansys \ bin \ winx64!" -b -i feain.txt feaout.txt -O) the matlab appears: "C: \ ANSYS Inc \ v130 \ ansys \ bin \ winx64 "'n? is not recognized as an internal control or external excutable a program

hello,on the execution of ("C: \ ANSYS Inc \ v130 \ ansys \ bin \ winx64!" -b -i feain.txt feaout.txt -O) the matlab appears: "C: \ ANSYS Inc \ v130 \ ansys \ bin \ winx64 "'n? is not recognized as an internal control or external excutable a program

Antworten (1)

Spaces are significant in MS Windows, and the ! is signifcant.
system('"C:\ANSYS Inc\v130\ansys\bin\winx64" -b -i feain.txt feaout.txt -O')

6 Kommentare

hi,same problem
!"C:\ANSYS Inc\v130\ansys\bin\winx64" -b -i feain.txt -o feaout.txt;
matlab displays:
"C: \ ANSYS Inc\v130\ansys\bin\winx64 "'n? is not recognized as an internal control or external excutable a program
You appear to be naming only the directory, not the executable.
!"C:\ANSYS Inc\v130\ansys\bin\winx64\ansys130.exe" -b -i feain.txt -o feaout.txt;
Note: I see that there are much newer versions of ANSYS available, with the most recent appearing to be v162
You have reason I forget the executable
thank you verry mutch roberson
how to create matlab gui from ansys fea?
I have no idea how to create a MATLAB GUI from ANSYS FEA
"C:\Program Files\ANSYS Inc\v211\ansys\bin\winx64\MAPDL.exe" -g -p ansys -dis -mpi INTELMPI -np 2 -lch-dir "C:\Users\maissa bouguila\krigeage" -j "file" -s read -l en-us -t -d win32 -b -i input.txt -o out.txt
this my command line but it is not work please help me

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Coder finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 5 Feb. 2016

Kommentiert:

am 6 Sep. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by