>> Can you provide a minimal code snippet to reproduce?

> t1 = 1225; t2 = 3245;
> tau = 3/2 * ( t2 - t1 )
> theta = t2 - tau
> 
> s=poly(0,'s')
> G=syslin('c',1.72/(1+tau*s)*(2-s*theta)/(2+s*theta))
> bode(G)
> 
This code snippet runs fine for me on linux and win10.
Judging from other linux problems discussed here on the ML it is most likely
an issue with your graphics driver. So I would suggest looking into that
(updating mesa, etc.).

hth
richard



--
Sent from: 
http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to