photo

Esengul Cavdar


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
216,579
of 300,753

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I write a parfor loop with nested variable?
I want to write a parfor loop with nested variables. First folder name goes from 0 to 80 and each of them include another folder...

7 years ago | 1 answer | 0

1

answer

Answered
I can run a tcl file by using Matlab but I want to make serial dynamic analysis in OpenSees. How can I do it?
Filename is like '1/Analysis_GM.tcl'. The variable is just the folder name (from 1 to 20) and the tlc file is same.

7 years ago | 0

Answered
I can run a tcl file by using Matlab but I want to make serial dynamic analysis in OpenSees. How can I do it?
The Analysis_GM file contains information about the building to be analyzed and the earthquake. The codes in the file are like t...

7 years ago | 0

Question


I can run a tcl file by using Matlab but I want to make serial dynamic analysis in OpenSees. How can I do it?
My matlab code is clc; clear; A=['1' '2' '3' '4' '5' '6' '7' '8' '9' '10'] parfor i=1:length(A) ...

7 years ago | 3 answers | 0

3

answers