[Scilab-users] COMPleib library for Scilab

Pierre Vuillemin contact at pierre-vuillemin.fr
Sat Jan 21 11:07:39 CET 2017


Hi all,

If you are interested in control or LTI model reduction, I've ported 
the COMPleib library (see http://www.complib.de/ for further info) to 
Scilab. You can find it here: 
https://github.com/pivui/scilabTools/tree/master/COMPleib

I've not tested all the models hence some issues might remains. Let me 
know if you find a problem.


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,

[A,B1,B,C1,C,D11,D12,D21,nx,nw,nu,nz,ny]=COMPleib('CDP');
H = syslin('c', A,B,C,D21)
gainplot(H)

returns

 !--error 264
Valeur erronée de l'argument -9808211 : Ne doit pas contenir de NaN ou 
Inf.
at line     123 of function calfrq called by :
at line      73 of function repfreq called by :
at line      28 of function gainplot cale by :



Regards,

Pierre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170121/3f6b296c/attachment.htm>


More information about the users mailing list