it is a bug or not

1 vue (au cours des 30 derniers jours)
hongyi
hongyi le 21 Juin 2014
Modifié(e) : Star Strider le 21 Juin 2014
syms k;
N = 6
fun = sin((12*pi*k)/7 + 100/67)/12 - sin((12*pi*k)/7)/12 + 25/201;
t=symsum(fun, k, 0, N);
when N=6,6,13,20,27 it repots an error as followings
Error using mupadmex
Error in MuPAD command: Wrong number of arguments. [has]
Evaluating: sum
Error in sym/symsum (line 65)
rSym = mupadmex('symobj::map',f.s,'symobj::symsum',x.s,a.s,b.s);

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by