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.
Can I use Matlab commands on Opensees?
Moderators: silvia, selimgunay, Moderators
Re: Can I use Matlab commands on Opensees?
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
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
Re: Can I use Matlab commands on Opensees?
Thanks a lot Diegotal !! I'll try the example !
Re: Can I use Matlab commands on Opensees?
If you are going through this type of workflow, you should consider using OpenSeesPy.