[Scilab-users] Problem with SCILAB 5 and 6 Version

Hector R. Lepez lepezhr at yahoo.com.ar
Wed Mar 21 13:18:35 CET 2018


In SCILAB 6 this code:
function ingres()
A=input ('Ingrese la matriz A   ');
disp(A);
b=input ('Ingrese el vector independiente b ');disp(b);
endfunction

in console, with 6 version of SCILAB Input function faild, i don't know why?? because in older version works with no problems.

--> ingres
Ingrese la matriz A   
[4,3,-2,1;3,2,1,5;-2,3,1,2;-5,0,1,1]

   4.   3.  -2.   1.
   3.   2.   1.   5.
  -2.   3.   1.   2.
  -5.   0.   1.   1.
Ingrese el vector independiente b   
--> [4;-8;-7;-8]
Ingrese el vector independiente b   
[4;-8;-7;-8]


  -8.



Héctor Lépez Cel: 154137337
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20180321/34cc9f3e/attachment.htm>


More information about the users mailing list