<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Le 05/07/2011 18:17, azerty azerty a écrit :
<blockquote
 cite="mid:1309882648.35397.YahooMailRC@web25807.mail.ukl.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div>Hi,</div>
  <div> </div>
  <div>I'm trying to display a matrix of size 200*1 in a CMScope block.</div>
  <div>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?</div>
  <div> </div>
  </div>
</blockquote>
yes<br>
<br>
for colors you can use<br>
ones(1,200)*n where n  is the index of the selected color  (n=2 for
blue)<br>
for boundaries you can proceed the same way<br>
ones(1,200)*ymin<br>
ones(1,200)*ymax<br>
More generally you can use any Scilab expression as an answer for Xcos
blocks parameters<br>
<br>
BUT i am not sure that this block support such number of input, because
each the size of requested subwindow will be too small.<br>
<br>
Serge Steer<br>
INRIA<br>
<br>
<blockquote
 cite="mid:1309882648.35397.YahooMailRC@web25807.mail.ukl.yahoo.com"
 type="cite">
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div>Thank you by advance,</div>
  <div>Benoit</div>
  </div>
</blockquote>
</body>
</html>