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 CenterFile Exchange에서 Utilities for the Solver에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by