Error while using Symsum

1 Ansicht (letzte 30 Tage)
REEMA MOHANTY
REEMA MOHANTY am 3 Nov. 2020
Kommentiert: REEMA MOHANTY am 3 Nov. 2020
Error using sym/symsum (line 54)
Unable to compute sum with respect to '1'. Summation index must be a symbolic variable.
Error in TIMEVARRYINGMAIZECOBSON2112020 (line 175)
fvalue(1,s) = symsum(f5,s,0,g1)- symsum(f2,s,0, 1)-symsum(f3,s,0, 1)-symsum(f4,s,0, g1) %-symsum(f5,0, gbest(1,s));
here the value of g1= gbest(s,1)

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Nov. 2020
Your variable s has value 1, but what you pass in the second position for symsum() must be a scalar symbolic variable.
  1 Kommentar
REEMA MOHANTY
REEMA MOHANTY am 3 Nov. 2020
Okay.I will check that.
Thank you.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by