Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need to control Ansys Workbench Parameters from Matlab. Could you please help?

Status
Not open for further replies.

CAE4LIFE

Mechanical
Joined
May 11, 2017
Messages
2
Location
DE
Help me with the code in Matlab which takes input parameters and run 'Ansys workbench mechanical' in the background and gives output values to Matlab.

I was able to do this in Excel using Python script. But, I need to do this task in Matlab.

I was also able to link Ansys Workbench and Matlab using following code:
!"C:\Program Files\ANSYS Inc\v170\ansys\bin\winx64\ANSYS170.exe" -b -pANSYSUL -i "Input text file location" -o "Output text file location"

It ran successfully and generated db and rst files which can be opened in Mechanical APDL.

But, I need a platform in Matlab where I can enter INPUT values and get OUTPUT values from Ansys.

Kindly help me to achieve this!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top