Re: [Scilab-users] New to Scilab and having issue with function I've written

2015-01-03 Thread Klaus Rohe
ns = 0. Kind regards Klaus -Ursprüngliche Nachricht- Von: users [mailto:users-boun...@lists.scilab.org] Im Auftrag von t...@wescottdesign.com Gesendet: Samstag, 3. Januar 2015 06:51 An: users@lists.scilab.org Betreff: Re: [Scilab-users] New to Scilab and having issue with functi

Re: [Scilab-users] New to Scilab and having issue with function I've written

2015-01-02 Thread tim
On 2015-01-02 20:47, Robin Seibel wrote: I wrote the following function: function [x]=isprime(num) vect=factor(num); if length(vect)==1 then x=1; else x=0; end endfunction I am getting the following output: -->isprime(25411588) 0. ans = 0. Why am I getting output twice, or in othe

[Scilab-users] New to Scilab and having issue with function I've written

2015-01-02 Thread Robin Seibel
I wrote the following function: function [x]=isprime(num) vect=factor(num); if length(vect)==1 then x=1; else x=0; end endfunction I am getting the following output: -->isprime(25411588) 0. ans = 0. Why am I getting output twice, or in other

Re: [Scilab-users] New to scilab

2012-11-20 Thread prateek papriwal
ion to scilab and a lot of tutorials and > documentations on Scilab Wiki: http://wiki.scilab.org/Tutorials > > > > > -- > View this message in context: > http://mailinglists.scilab.org/Scilab-users-New-to-scilab-tp4025276p4025277.html > Sent from the Scilab users - Ma

Re: [Scilab-users] New to scilab

2012-11-20 Thread witkatz
The best way ist learning by doing. Just install and try out... You can find an introduction to scilab and a lot of tutorials and documentations on Scilab Wiki: http://wiki.scilab.org/Tutorials -- View this message in context: http://mailinglists.scilab.org/Scilab-users-New-to-scilab

[Scilab-users] New to scilab

2012-11-20 Thread chukonvi...@yahoo.com
Am a new scilab user, how best do i learn fast. ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users