need help in to write a matlab script
Ältere Kommentare anzeigen
how do you write a matlab script to calculate the Sum for the expression?
Akzeptierte Antwort
Weitere Antworten (1)
Roger Stafford
am 29 Dez. 2012
ix = 1:n;
s = sum(1./ix+1./((ix+2).*(ix+3)));
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!