I am unable to display the summation value?

2 vues (au cours des 30 derniers jours)
Ad
Ad le 27 Avr 2017
while executing the code, I am unable to see the final result. D-array;
K- 0 to N=10;
syms k;
Summ=symsum(D,k,0,N);

Réponses (1)

Image Analyst
Image Analyst le 7 Mai 2017
Modifié(e) : Image Analyst le 7 Mai 2017
What is D? How about
Summ = sum(D(1:N+1));
What does this have to do with image processing or computer vision?

Community Treasure Hunt

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

Start Hunting!

Translated by