Simulink Model made in Matlab 6.5.1 (R13SP1) doesnot work in higher versions
Ältere Kommentare anzeigen
Hi reader,
I have made a Simulink model in Matlab 6.5.1. I tried running it in R2008 and R2010 but it doesn't run properly. It starts showing error when I run the same model. While the same model runs in 6.5.1.
(To be specific it shows error with lqry command in higher versions)
Can somebody guide me on this? Also On which other version shall it possibly run?
Thanks
Antworten (3)
Walter Roberson
am 28 Dez. 2011
0 Stimmen
Do you have the Control System Toolbox installed and licensed with those later MATLAB versions? http://www.mathworks.com/help/toolbox/control/ref/lqry.html
Tigmanshu
am 28 Dez. 2011
0 Stimmen
Fangjun Jiang
am 28 Dez. 2011
0 Stimmen
Open your old version of Simulink model in the new version of Simulink software and do a save-as. Pay attention to any messages show up in the Command Window.
Or run slupdate(Model, 'OperatingMode', 'Analyze') to see what blocks need your special attention.
Kategorien
Mehr zu Interactive Model Editing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!