Search found 2 matches
- Thu Apr 02, 2015 12:59 am
- Forum: OpenSees.exe Users
- Topic: Problem with invoke Matlab function on OpenSees
- Replies: 5
- Views: 4599
Re: Problem with invoke Matlab function on OpenSees
Dear Frank, thank you for your answer. My problem is exactly the inverse. I am calling the Matlab script from the OpenSees using this function: # invoke matlab if {[catch {exec matlab -nosplash -nodesktop -r "myFunction; quit"}]} { puts "Ignore this $msg" } The OpenSees doesn't w...
- Tue Mar 24, 2015 2:43 am
- Forum: OpenSees.exe Users
- Topic: Problem with invoke Matlab function on OpenSees
- Replies: 5
- Views: 4599
Problem with invoke Matlab function on OpenSees
Hi, I need to run a Matlab Function from OpenSees (TCL script). For this task I follow the script present on this link: http://opensees.berkeley.edu/wiki/index.php/Calling_Matlab_from_a_Scipt My problem is: When I invoke Matlab function from TCL script, the OpenSees doesn't wait for the Matlab resul...