Could anyone help me to solve the error in the following code
Mostra commenti meno recenti
code:
syms n k
n=4
k=0
symsum(nchoosek(n,k),k,0,n)
If i run the code it gives error stating Undefined function 'symsum' for input arguments of type 'double'.
Could anyone help me how to overcome it.
Risposta accettata
Più risposte (1)
GK
il 5 Set 2018
0 voti
3 Commenti
jaah navi
il 5 Set 2018
GK
il 5 Set 2018
Could you share your code or example of it. Also I want to know, if its series is finite or infinity?
Walter Roberson
il 5 Set 2018
You would not have been able to use
syms n k
without the Symbolic Math toolbox -- not unless you happened to have Maple installed instead.
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!