Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe
Moderators: silvia , selimgunay , Moderators
Ulbong
Posts: 17 Joined: Thu Apr 30, 2020 1:41 am
Post
by Ulbong » Wed May 20, 2020 10:54 pm
Hi Guys. I have some questions!
I'm wondering if I can write tcl scripts on Matlab.
and if I can use some Matlab commands for Opensees analysis
Have a nice day and Stay your home or lab.
diegotal
Posts: 1 Joined: Thu May 21, 2020 2:10 am
Post
by diegotal » Thu May 21, 2020 2:13 am
Hi.
Of course you can use Matlab to write tcl scripts. This is very straightforward using fprintf to write your tcl file. You can even start OpenSees from Matlab.
You can also run Matlab code from tcl scripts, here there is an example:
https://opensees.berkeley.edu/wiki/inde ... om_a_Scipt
Ulbong
Posts: 17 Joined: Thu Apr 30, 2020 1:41 am
Post
by Ulbong » Thu May 21, 2020 3:58 am
Thanks a lot Diegotal !! I'll try the example !
mhscott
Posts: 881 Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:
Post
by mhscott » Thu May 21, 2020 5:45 am
If you are going through this type of workflow, you should consider using OpenSeesPy.