Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Call an external FEM software from Matlab

Status
Not open for further replies.

alleak

Mechanical
Sep 27, 2005
34
0
0
IR
I want to know how can i call one FEM(like ansys)software from Matlab(optimization toolbar) and how can i make inputs and outputs beetween these two(making a loop until reaching the optimum result)

Cheers

alleak
 
Replies continue below

Recommended for you

One way is to pass data by files on the OS and invoke your application through a MATLAB OS call. The bang operator (!) will invoke the OS and pass any command you place after it to the OS. FOr DOS you can also use dos( callAnsys() )

Read the help file on ! and dos.
 
Status
Not open for further replies.
Back
Top