photo

MG NN


Last seen: alrededor de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
174.624
of 301.472

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.293

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.655

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

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how to label each line in the graph with respective x values?
clear clc Cv=0.91; X=0:5:180; for i = 1:length(X) x=X(i); fprintf("\nThe b is %.4f\n", x) Y=0:0.1:1; ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why the energy value is constant?
clear clc I=0.0308; p=7850; X=1:1:10 ; y = zeros(size(X)); d = zeros(size(X)); g = zeros(size(X)); for i = 1:le...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error in plotting slope and deflection graph
clear; clc; % User enter the corresponding values E=input('Enter the value of Young Modulus E(Pa):') I=input('Enter the valu...

casi 6 años hace | 1 respuesta | 0

1

respuesta