it is a bug or not

1 次查看(过去 30 天)
hongyi
hongyi 2014-6-21
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);

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by