필터 지우기
필터 지우기

DOS function in MATLAB

조회 수: 2 (최근 30일)
Le Xuan Thang
Le Xuan Thang 2021년 12월 20일
댓글: Image Analyst 2021년 12월 20일
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일
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
Le Xuan Thang
Le Xuan Thang 2021년 12월 20일
Thank you
Image Analyst
Image Analyst 2021년 12월 20일
Yes, it is the program getting all those letters you passed in.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by