DOS function in MATLAB

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.

回答(1 个)

Image Analyst
Image Analyst 2021-12-20

1 个投票

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 个评论

i want to run ansys from matlab. So i need to see documentation in ansys. Right?
Yes, it is the program getting all those letters you passed in.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

产品

版本

R2021a

标签

Community Treasure Hunt

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

Start Hunting!

Translated by