invalid range and called from errors

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2020년 6월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by