invalid range and called from errors
Show older comments
function[S]=yanit11(m,n)
T=0;
for m=1:inf
C=1;
for n=1:inf
C=C*(m+n)/(m-(n^2))
end
T=T+C;
end
S=T;
end
Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!