just to test the function
%José Ramón Menzinger's Solution
not a bad idea but...
try this:
function ans = contfrac(c)
%%
c(:,1);
if size(c,2)>1
ans + 1./contfrac(c(:,2:end));
end
how can i see this??
Return a list sorted by number of occurrences
1515 Solvers
Replace NaNs with the number that appears to its left in the row.
2033 Solvers
Least common multiple of many numbers
189 Solvers
133 Solvers
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!