Summation with looping
Mostra commenti meno recenti
Find ∑((x^)n/n!) for x=1.8 and n=0 to 16.
Okay, my first attempt to do this looked like:
x = 1.8 For(0:16) xs = sum((x^n)/factorial(n)) end
xs
But I received the error: ??? Error: File: imageanalystbs.m Line: 11 Column: 6 Unexpected MATLAB expression.
My line 11 is the one with "For (0:16)"
What am I doing wrong here? Any help is appreciated.
Risposta accettata
Più risposte (1)
Image Analyst
il 6 Dic 2011
2 voti
I think the problem is in your filename:
"imageanalystbs.m"
That sounds like a horrible name to me.
ImageAnalyst
2 Commenti
Daniel
il 6 Dic 2011
Salah Saad
il 5 Mag 2015
Modificato: Salah Saad
il 5 Mag 2015
he's being sarcastic...ish, it still is a weird filename
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!