write a symbolic sum
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
hi, I've been trying to write a formula in matlab, but for more size how can i write it? i wanna write this: f=x(1)+x(2)+...+x(300). is there any code to write this?
Respuestas (1)
Torsten
el 10 de Abr. de 2017
Why symbolic ?
Use
f = sum(x)
Best wishes
Torsten.
1 comentario
mohamad momeni
el 15 de Abr. de 2017
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!