DOS function in MATLAB

1 visualización (últimos 30 días)
Le Xuan Thang
Le Xuan Thang el 20 de Dic. de 2021
Comentada: Image Analyst el 20 de Dic. de 2021
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.

Respuestas (1)

Image Analyst
Image Analyst el 20 de Dic. de 2021
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 comentarios
Le Xuan Thang
Le Xuan Thang el 20 de Dic. de 2021
Thank you
Image Analyst
Image Analyst el 20 de Dic. de 2021
Yes, it is the program getting all those letters you passed in.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by