Can we get our answers in a matrix form while using for loop in MATLAB?
e.g. I calculate 4 combinations(i.e.nCr(10,1)=10,nCr(10,2)=45,(10,3)=120,(10,4)=210 using for loop).Can I get these four answers as four entries of a matrix? The command I used is >>...
11 December 2016
10,039
3
View