<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi:<br><br>I was wondering how does scilab to generate a cos diagram from scs_m...<br><br>For example, i have a diagram whose scs_m is:<br><br> scs_m  =<br> <br>wpar = [600,450,0,0,600,450]<br>title = "Controller"<br>tol = [0.000001;0.000001;1.000D-10;100001;0;1;0]<br>tf = 30<br>context = ["A=[-.3,3,1;0,0,2;0,0,0];B=[1;2;3];C=[1,1,2;0,2,3];D=0;x0=[-2;1;2]";"K=ppol(A'',C'',-.7*ones(x0))'';";"L=-ppol(A,B,-.7*ones(x0));";""]<br>void1 = []<br>options = tlist(["scsopt","3D","Background","Link","ID","Cmap"],list(%t,33),[8,1],[1,5],list([5,1],[4,1]),[0.8,0.8,0.8])<br>void2 = []<br>void3 = []<br>doc = list()<br>1     CLOCK_f<br>2     RAND_f<br>3     SUMMATION<br>4     SPLIT_f<br>5     CLKSPLIT_f<br>6     DEMUX<br>7     GAIN_f<br>8     SUM_f<br>9     SPLIT_f<br>10    SUPER_f<br>11    SUPER_f<br>12    SUM_f<br>13    CSCOPE<br> <br>i would like to be able to generate the same diagram with that information by myself, to open it with a custom application... is the scs_m enough? is there any documentation from where to start?<br><br>Thanks<br>                                      </div></body>
</html>