how can i use sigma (summation ) in loop
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
how can i use sigma i.e summation in a loop 

0 Commenti
Risposte (1)
  Chunru
      
      
 il 28 Ago 2021
        % The input data
mc = 10;
a = randi(mc, 1);       % alpha
l = randi(mc, 1);       % l
b = sum((pi-a).*l)/(4*pi)
Vedere anche
Categorie
				Scopri di più su Loops and Conditional Statements 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!