pass matrix to EML in stateflow...

2 次查看(过去 30 天)
Kevin Noll
Kevin Noll 2013-8-10
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 个评论
Kaustubha Govind
Kaustubha Govind 2013-8-12
The error seems to be coming from Function 'addToList', line 6, column 18 can you post the corresponding code at that line?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Complex Logic 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by