how can i run OpenSees many times from Matlab ?
17 次查看(过去 30 天)
显示 更早的评论
I want to run OpenSees multiple times from matlab. I want to record all outputs into Matlab for each loop ? can i do this ?
can anyone help me with that?
thanks.
2 个评论
回答(2 个)
Andrea Nettis
2020-2-10
Yes, you can.
Usually, I use a script with a for-loop able to create a folder in which it puts the input tcl-files for Opensees and the executable Opensees.exe. For each step it launches Opensees with the corresponding tcl.files and it saves the output files in the same folder.
Then I have another script that enters in each folders and imports the output results as text files.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!