average for all looping
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Takim Mustakim
am 23 Mai 2022
Kommentiert: Takim Mustakim
am 23 Mai 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
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!