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
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
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
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
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
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