Borrar filtros
Borrar filtros

Variables deleting when in a function

1 visualización (últimos 30 días)
Suzie Oman
Suzie Oman el 5 de Abr. de 2017
Editada: Jan el 5 de Abr. de 2017
When I am running a function ( a 3 x 300 array), all but the first line is deleted. Does anyone know why this might happen?

Respuestas (1)

Jan
Jan el 5 de Abr. de 2017
Editada: Jan el 5 de Abr. de 2017
No. The provided information does not allow to guess the reason, sorry. But you can find the problem using the debugger. Set a breakpoint in the first line of teh function. Then call the function and step through it line by line. Observe the concerned array in the WorkSpace-Browser to see, where the values are deleted.
Note: "A function" and a "3 x 300 array" are two different things. I assume, you call a function with a [3 x 300] matrix as input - correctly?

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by