Output to console in Scilab-5.2.0

Ivan Maximov vaborg at gmail.com
Wed Jan 6 17:56:57 CET 2010


Hi!

I have a not useful output when writing a script and trying to see the
execution. In console I see all string from script file. Is it possible to
modify the output that only specified values have been visible in console?
If I explained unclear I suggest an example:

script:
// test
disp('Test');
M=zeros(1,3);
M
output:

-->// test
 
-->disp('Test');
 
 Test   
 
-->M=zeros(1,3);
 
-->M
 M  =
 
    0.    0.    0.  

but I would like to have following:

Test
M = 
 0. 0. 0.

Thanks a lot!

---------
best regards,
Ivan




More information about the users mailing list