Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
87.524
of 301.383
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.252
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.306
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
fopen error using text file
I have the code below but when I run, I get a textscan error. I am not sure what else I can try....I know that my text file is i...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Error: Array indices must be positive integers or logical values.
Here is my code: clc;clear; t=[0:0.5:60]; h(t)=2.03*t.^2-0.0013*t.^4+0.000034*t.^4.751; plot(t, h(t)); xlabel('Time'); yla...
alrededor de 5 años hace | 2 respuestas | 0
