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!