average for all looping
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Takim Mustakim
 el 23 de Mayo de 2022
  
    
    
    
    
    Comentada: Takim Mustakim
 el 23 de Mayo de 2022
            format short
datasave=[];
for i=1:10
    a=randi(10);
    datasave=[i a];
end
display(a)
how to looking for average a for all loop i ?? 
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

