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!