Since 4/2/2012 5:22:28 AM, d_k has written 3 articles and participated in 0 conversations. d_k signature: d_k
d_k's articles:
Items(3) /1
Bad error message : Bug 34781487 (12/26/2009 1:16:50 AM) comp.soft-sys.math.scilab Hi Folks,
I'm running a small routine to check out the i/o capabilities of Scilab as
follows:
ns=200; for it = 1:10:ns; print('a.txt',it); end;
Ofcourse the routine is meant to print the results to a... David
Code Completion3258 (12/22/2009 6:57:08 AM) comp.soft-sys.math.scilab Hi Fols,
can anyone suggest a development environment that will perform code
completion of Scilab objects ? ie ObjectName.(list of member functions)
thanks and Merry Xmas
David
... David
Functions2176 (11/21/2009 6:28:50 AM) comp.soft-sys.math.scilab Hi,
can someone tell me why the following script at the Scilab promt stops the
echoing of subsequent commands and their results to the screen ?
**
function y=foo(x,g) ; y=g(x) ; endfunction
**
When... David