2D Array Constant in Simulink
Show older comments
I imported an excel (2 Dimensional) table using the xlsread command. In simulink I then create a constant that poinst to the variable that contains the excel data. The simulink code i'm writting will eventually end up being deployed to an embedded target.
If I make multiple copies of this constant in simulink subsystems will the code generator make multiple instances of this table or will it know that there is only one table.
I don't want to kill my embedded target's memory by using this table the way that i am.
Accepted Answer
More Answers (0)
Categories
Find more on Data Import from MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!