Said Bolluk
Followers: 0 Following: 0
Statistics
RANK
145 068
of 295 569
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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); ...
ungefär 4 år ago | 1 answer | 0
1
answerHow 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...
ungefär 5 år ago | 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...
ungefär 5 år ago | 3 answers | 0
3
answersQuestion
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...
ungefär 5 år ago | 1 answer | 0