Scilab
Posts  1 - 1  of  1
posti85
Hello.

My name is Pawel and i have a big problem. I have a code in matlab witch use nchoosek function.

for n = 5
for m = (1:n)
c = nchoosek (n,m)
end
end

I need to convert this code to Scilab.
I'm trying to do this, but I fail.
If anyone could help me?

Thank you
Save
Cancel
Reply
 
x
OK