Said Bolluk
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
145.068
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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); ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaHow 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...
alrededor de 5 años hace | 0
Pregunta
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...
alrededor de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0