pass matrix to EML in stateflow...

1 visualización (últimos 30 días)
Kevin Noll
Kevin Noll el 10 de Ag. de 2013
I have defined an data store memory to share with a stateflow chart. The size is defined as [10 5]. In the stateflow chart, I need to pass the contents of the data store memory to an embedded matlab function (newlist = addToList(dsmlist)).
When I compile the chart, i receive an error
----- Index expression out of bounds. Attempted to access element 2. The valid range is 1-1. More information
Function 'addToList' (#66.95.96), line 6, column 18:"2" Launch diagnostic report. -----
I cannot figure out how to tell the compiler the size of "dsmlist" so that it will continue compiling.
  1 comentario
Kaustubha Govind
Kaustubha Govind el 12 de Ag. de 2013
The error seems to be coming from Function 'addToList', line 6, column 18 can you post the corresponding code at that line?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Translated by