need help in to write a matlab script
Mostrar comentarios más antiguos
how do you write a matlab script to calculate the Sum for the expression?
Respuesta aceptada
Más respuestas (1)
Roger Stafford
el 29 de Dic. de 2012
ix = 1:n;
s = sum(1./ix+1./((ix+2).*(ix+3)));
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!