DOS function in MATLAB
Afficher commentaires plus anciens
Hi everyone!
The code I have is this:
dos('"D:\Program\09. Ansys\ANSYS Inc\v180\ansys\bin\winx64\ansys180" -p aa_t_a -b -i para-updating.inp -o outputfile.out');
I don't understand [-p , aa_t_a, -b , -i, -o]
Where can I get information to understand this?
Thank you.
Réponses (1)
Image Analyst
le 20 Déc 2021
1 vote
It looks like those are supposed to be input parameters passed into the "D:\Program ... etc...." program when it is launched. You'd have to look to the documentation for that particular program (not MATLAB) to see what kind of inputs it accepts.
3 commentaires
Le Xuan Thang
le 20 Déc 2021
Le Xuan Thang
le 20 Déc 2021
Image Analyst
le 20 Déc 2021
Yes, it is the program getting all those letters you passed in.
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!