Clear Filters
Clear Filters

RTW C-API and Matrix-Parameters of variable length (and width).....

1 view (last 30 days)
Hello, my question is the following: i want to use the C-API in RTW (...MatLab 2007b) to change the Parameters in a compiled Model. That does work in some sense, but if my Parameters are vectors, i am not able to change their length after compiling the Model. Is this anyway not possible or are there some kind of mechanisms in the RTW to do this ?? so long, thanks for reading my question,
Uli

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 13 Sep 2011
AFAIK, you cannot change the attributes of the parameters (datatype, dimensions, complexity, etc.) once the model has been compiled. Only the value can change. It is however possible to change the dimensions of the inputs/outputs (see Variable-Size Signal Basics).

More Answers (0)

Categories

Find more on Test Model Components 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!