Using the function symsum.
이전 댓글 표시
I use symsum(k^2,k,0,4) in the command window but it brings back "undefined function or variable "k"". What else do I need to do?
답변 (1개)
Walter Roberson
2016년 10월 25일
syms k
symsum(k^2,k,0,4)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!