photo

Hariyali Ramesh


Last seen: más de 5 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

2 Preguntas
0 Respuestas

CLASIFICACIÓN
228.323
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

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 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Repeated user input for even numbers
The code needs to keep asking for user input until an even number is inputted. I've got this code so far: a = input('Input a va...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why does the loop not work for the increment stated?
for t= 0:1:20 a= [t, sin(t), 0]; b= [0, 0, cos(t)]; v= a + b; end The loop only calculates the value of v for 20, not 0 to ...

casi 7 años hace | 1 respuesta | 0

1

respuesta