how can i use sigma (summation ) in loop
Show older comments
how can i use sigma i.e summation in a loop

Answers (1)
% The input data
mc = 10;
a = randi(mc, 1); % alpha
l = randi(mc, 1); % l
b = sum((pi-a).*l)/(4*pi)
1 Comment
NAGA LAKSHMI KALYANI MOVVA
on 1 Sep 2021
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!