[scilab-Users] XCOS : Multiple curves in CMScope

Serge Steer Serge.Steer at inria.fr
Fri Jul 8 10:31:38 CEST 2011


Le 05/07/2011 18:17, azerty azerty a écrit :
> Hi,
>  
> I'm trying to display a matrix of size 200*1 in a CMScope block.
> When I try to configure this block to display these 200 curves, I set
> the input size to [200 1] and the block asks me for 200 colors and 200
> bondaries values. Is there any way to put easily the same value for
> each of these 200 parameters?
>  
yes

for colors you can use
ones(1,200)*n where n  is the index of the selected color  (n=2 for blue)
for boundaries you can proceed the same way
ones(1,200)*ymin
ones(1,200)*ymax
More generally you can use any Scilab expression as an answer for Xcos
blocks parameters

BUT i am not sure that this block support such number of input, because
each the size of requested subwindow will be too small.

Serge Steer
INRIA

> Thank you by advance,
> Benoit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110708/43c93fbf/attachment.htm>


More information about the users mailing list