<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV> </DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- 
<DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A 
title=wzorski@poczta.onet.pl href="mailto:wzorski@poczta.onet.pl">Witold 
Zorski</A> </DIV>
<DIV><B>To:</B> <A title=dev-subscribe@lists.scilab.org 
href="mailto:dev-subscribe@lists.scilab.org">dev-subscribe@lists.scilab.org</A> 
</DIV>
<DIV><B>Sent:</B> Saturday, April 18, 2009 1:08 PM</DIV>
<DIV><B>Subject:</B> A mistake in Scilab 5.x</DIV></DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>Hello,<BR> <BR>I am a happy user of Scilab. 
<BR>Starting form version 5.x I encountered a problem with “plot” command. Below 
are two lines – the first doesn’t work in the case of Scilab 5.x and is 
analogous to the second (that works in any Scilab version).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>plot([-4:1:4],0,'b+') //works only in older version 
of Scilab (e.g. 4.1.2)<BR>plot(0,[-4:1:4],'b+') //works in any version of Scilab 
(e.g. 5.1.1)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Best regards,<BR>Witold Zorski</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>PS. The error looks that way:<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>  !--error 10000 <BR>plot: Wrong size for 
input arguments 'X' and 'Y': Incompatible dimensions.<BR>at 
line      92 of function checkXYPair called by :  
<BR>line   225 of function plot called by :  
<BR>plot([-4:1:4],0,'b+') //works only in older version of Scilab (e.g. 
4.1<BR>line     6 of exec file called by :    
<BR>exec("D:/PRACA/Politechnika 
Radomska/Scilab/examples/PZK/mistake.sce");<BR>while executing a 
callback</DIV></FONT></BODY></HTML>