Hi all,<div><br></div><div>If you are interested in control or LTI model reduction, I've ported the COMPleib library (see <a href="http://www.complib.de/">http://www.complib.de/</a> for further info) to Scilab. You can find it here: <a href="https://github.com/pivui/scilabTools/tree/master/COMPleib">https://github.com/pivui/scilabTools/tree/master/COMPleib</a></div><div><br></div><div>I've not tested all the models hence some issues might remains. Let me know if you find a problem.</div><div><br></div><div><br></div><div>On a side note, Scilab seems to have some troubles to plot the bode diagrams for some "large" models, for instance with the CDP model,</div><div><br></div><div>[A,B1,B,C1,C,D11,D12,D21,nx,nw,nu,nz,ny]=COMPleib('CDP');</div><div>H = syslin('c', A,B,C,D21)</div><div>gainplot(H)</div><div><br></div><div>returns</div><div><br></div><div><div><i> !--error 264 </i></div><div><i>Valeur erronĂ©e de l'argument -9808211 : Ne doit pas contenir de NaN ou Inf.</i></div><div><i>at line     123 of function calfrq called by :  </i></div><div><i>at line      73 of function repfreq called by :  </i></div><div><i>at line      28 of function gainplot cale by :</i></div></div><div><br></div><div><br></div><div><br></div><div>Regards,</div><div><br></div><div>Pierre</div>