I have to calculate the sum of multiple coefficients which depends upon the value 'm'.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Could you please tell me how should I approach to this?
2 commentaires
Réponse acceptée
Azzi Abdelmalek
le 29 Mar 2016
Look at this example
y=@(m) sin(m)
out=sum(y(1:10)) % for m=10
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!