how can i use sigma (summation ) in loop
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i use sigma i.e summation in a loop

0 commentaires
Réponses (1)
Chunru
le 28 Août 2021
% The input data
mc = 10;
a = randi(mc, 1); % alpha
l = randi(mc, 1); % l
b = sum((pi-a).*l)/(4*pi)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements 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!