Why does DLINMOD return an error regarding the C2D function in Simulink 6.1 (R14SP1)?
Show older comments
When the DLINMOD function is used to linearize a model in Simulink, it sometimes returns an error. For example running the following code:
[a b c d]=dlinmod('testmdl')
Leads to the following error:
??? Error using ==> dlinmod
Error using ==> get_param
Error in 'testmdl/Subsystem': Initialization commands cannot be evaluated. MATLAB error message: Error using ==> simulink\private\c2d
Not enough input arguments.
Accepted Answer
More Answers (0)
Categories
Find more on Trimming and Linearization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!