it is a bug or not

1 回表示 (過去 30 日間)
hongyi
hongyi 2014 年 6 月 21 日
編集済み: Star Strider 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 件)

カテゴリ

Help Center および File ExchangeUtilities for the Solver についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by