Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

write a symbolic sum

2 vues (au cours des 30 derniers jours)
mohamad momeni
mohamad momeni le 10 Avr 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (1)

Torsten
Torsten le 10 Avr 2017
Why symbolic ?
Use
f = sum(x)
Best wishes
Torsten.
  1 commentaire
mohamad momeni
mohamad momeni le 15 Avr 2017
hi sir "x" is a vector that we can write f like this>>> f=x(1)+x(2)+... how can i define x as a vector and then write a summation on it?

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by