need help in to write a matlab script
Afficher commentaires plus anciens
how do you write a matlab script to calculate the Sum for the expression?
Réponse acceptée
Plus de réponses (1)
Roger Stafford
le 29 Déc 2012
ix = 1:n;
s = sum(1./ix+1./((ix+2).*(ix+3)));
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!