NUMERICAL METHODS ITERATION PROCESS

Hello! I am writing a code on MATLAB for an iteration but keep getting the error below. I cannot seem to figure out where the error comes from. Any help will be appreciated.

2 comentarios

Mathieu NOE
Mathieu NOE el 16 de Jun. de 2021
hello
you should also post the code itself not just a screen shot
The error is from the timeJ variable. It seems that the number of elements in array timeJ are less than 1000, which you are querying for in the line
plot(timeJ(1:k+1), normrJ)
If you attach the code as an m file along with all the variables, it would be easy to debug the issue

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Entering Commands en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Etiquetas

Preguntada:

el 14 de Jun. de 2021

Comentada:

el 17 de Jun. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by