Preallocating array error problem

2 visualizaciones (últimos 30 días)
Liew Soon Chian
Liew Soon Chian el 10 de Mayo de 2021
Comentada: KSSV el 10 de Mayo de 2021
How to deal with this kind of error problem?

Respuesta aceptada

KSSV
KSSV el 10 de Mayo de 2021
You need to initialize the variable before the loop. Initialize using:
error_history = zeros([],1) ;
Note: Don't show your code as an image snippet.....you should copy paste it here.
  2 comentarios
Liew Soon Chian
Liew Soon Chian el 10 de Mayo de 2021
Got the error fixed. Many thanks.
KSSV
KSSV el 10 de Mayo de 2021
It is not an error... it is a warning.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing 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!

Translated by