Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
amina lk
amina lk le 5 Fév 2016
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

Réponses (1)

Walter Roberson
Walter Roberson le 5 Fév 2016
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 commentaires
Walter Roberson
Walter Roberson le 6 Fév 2016
I have no idea how to create a MATLAB GUI from ANSYS FEA
mayssa bouguila
mayssa bouguila le 6 Sep 2022
"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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by