good morning everyone can anyone answer me this question ? i have an error in the matlab code
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
No Freed
el 23 de Nov. de 2019
Comentada: No Freed
el 23 de Nov. de 2019
Attempted to access t_obs (2,1); index out of bounds because size (t_obs) = [1,3].
Has anyone ever encountered a problem like this if yes maybe it can give me the solution
THANKS
0 comentarios
Respuesta aceptada
Cris LaPierre
el 23 de Nov. de 2019
Your code is trying to access the value in the 2nd row, 1st column of t_obs. The problem is there is no data there because t_obs only has 1 row (but 3 columns).
Perhaps you meant to access the value in the first row, 2nd column instead?
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!