Index exceeds the number of array elements (5).
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The ecuation that i use to calculate my relative error tells me that exceeds the number of array elements.
0 comentarios
Respuestas (1)
Katalin
el 26 de Mayo de 2020
It is because:
ex = poly([-1 1 -2 2])
This is a vector of 5 elements and you are trying to access element 6-10 in your loop.
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!