Having trouble with symprod
이전 댓글 표시
Hi
I would like to run the following:
K=3;
Ck_vec=[2 3 3];
Ck_vec=int64(Ck_vec)
mk_vec=[4 4 4];
mk_vec=int64(mk_vec)
syms k;
symprod(nchoosek((Ck_vec(k)-1+mk_vec(k)),(Ck_vec(k)-1)),k,1,K)
But it keeps returning an error and I am not sure what to do to fix it.
Any help appreciated.
Thanks,
Erin
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!