photo

Said Bolluk


Last seen: 27 jours il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
1 Réponse

RANG
146 444
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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); ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 6 ans il y a | 0

Question


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...

environ 6 ans il y a | 3 réponses | 0

3

réponses

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse