How to delete I/O linearisation points in a simulink model from the workspace?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
yashvin
am 8 Aug. 2014
Kommentiert: yashvin
am 13 Aug. 2014
For example, I set 2 linear analysis points as :
sys = 'watertank';
load_system(sys);
open_system(sys)
sys_io(1)=linio('watertank/PID Controller',1,'input');
sys_io(2)=linio('watertank/Water-Tank System',1,'openoutput');
setlinio(sys,sys_io);
linsys=linearize(sys,sys_io)
Is there any command to clear these 2 points from simulink model?
Hear from you people
Thanks
Yashvin
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Powertrain Blockset finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!