how can i use sigma (summation ) in loop
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
NAGA LAKSHMI KALYANI MOVVA
am 28 Aug. 2021
Kommentiert: NAGA LAKSHMI KALYANI MOVVA
am 1 Sep. 2021
how can i use sigma i.e summation in a loop
0 Kommentare
Antworten (1)
Chunru
am 28 Aug. 2021
% The input data
mc = 10;
a = randi(mc, 1); % alpha
l = randi(mc, 1); % l
b = sum((pi-a).*l)/(4*pi)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!