need help in to write a matlab script

 Réponse acceptée

Sabarinathan Vadivelu
Sabarinathan Vadivelu le 29 Déc 2012
n = 10; % assuming it to be 10
x = 0;
for i = 1 : n
x = ((1/i) + (1/(i+2)*(i+3))) + x;
end

Plus de réponses (1)

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!

Translated by