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개)

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 CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by