how can i run OpenSees many times from Matlab ?

25 ビュー (過去 30 日間)
ADNAN KIRAL
ADNAN KIRAL 2020 年 1 月 23 日
編集済み: Walter Roberson 2022 年 1 月 17 日
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 件のコメント
Walter Roberson
Walter Roberson 2020 年 1 月 23 日
編集済み: Walter Roberson 2022 年 1 月 17 日
Sebastian Lopez
Sebastian Lopez 2022 年 1 月 17 日
Thanks Walter, exactly what I was looking for!

サインインしてコメントする。

回答 (2 件)

ADNAN KIRAL
ADNAN KIRAL 2020 年 1 月 23 日
編集済み: ADNAN KIRAL 2020 年 1 月 23 日
I have seen that, but I cannot record the output of OpenSees in Matlab. can I record each simulation in Matlab? possible? thanks.
  2 件のコメント
Sadia
Sadia 2020 年 11 月 26 日
Mr. ADNAN can you plz guide me how you have run TCL file in opensees?
ADNAN KIRAL
ADNAN KIRAL 2020 年 11 月 26 日
i have used tcl script and then called tcl file from matlab to run multiple times or simultaneously.
hope it helps.
clear all
clc
!OpenSees Test.tcl

サインインしてコメントする。


Andrea Nettis
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.
  1 件のコメント
ADNAN KIRAL
ADNAN KIRAL 2020 年 2 月 10 日
thanks for the reply, but if I want to change a variable in OpenSees, Can I manage to change it from Matlab in for loop?
how to command OpenSees to change a variable from Matlab?
is this possible?
thanks in advance

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by