Using the function symsum.

16 visualizaciones (últimos 30 días)
Shane Kosir
Shane Kosir el 25 de Oct. de 2016
Respondida: Walter Roberson el 25 de Oct. de 2016
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 25 de Oct. de 2016
syms k
symsum(k^2,k,0,4)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by