Community Profile

photo

Said Bolluk


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to speed up the iteration of the for loop and make some further improvement on the below code?
Hello, The moment_curvature function is to analyze the ductile behavior of a reinforced concrete member. There are some signifi...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to update the variables of the function after solving for a symbolic expression?
function [curvature, moment] = moment_curvature curvature_list = zeros(1, 1000000); moment_list = zeros(1, 1000000); ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to solve: Error: Output argument "variable_name" (and maybe others) not assigned during call to "function_name" ?
I appreciate your effort and thank you. Actually the duration of the code was my another problem. Matlab suggested me to initiat...

4년 초과 전 | 0

질문


How to solve: Error: Output argument "variable_name" (and maybe others) not assigned during call to "function_name" ?
I try to get the moment-curvature diagram for the pre-stressed concrete beam section. However, I see this error when I run the c...

4년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How do I return multiple array values?
This is a code that calculates the curvature and moment capacity of the given pre-stressed concrete beam section. I try returnin...

4년 초과 전 | 답변 수: 1 | 0

1

답변