I have to calculate the sum of multiple coefficients which depends upon the value 'm'.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Could you please tell me how should I approach to this?
2 Commenti
Risposta accettata
Azzi Abdelmalek
il 29 Mar 2016
Look at this example
y=@(m) sin(m)
out=sum(y(1:10)) % for m=10
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!