need help in to write a matlab script
古いコメントを表示
how do you write a matlab script to calculate the Sum for the expression?
採用された回答
その他の回答 (1 件)
Roger Stafford
2012 年 12 月 29 日
ix = 1:n;
s = sum(1./ix+1./((ix+2).*(ix+3)));
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!