average for all looping
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Takim Mustakim
il 23 Mag 2022
Commentato: Takim Mustakim
il 23 Mag 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 Commenti
Risposta accettata
Più risposte (0)
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!