average for all looping
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Takim Mustakim
le 23 Mai 2022
Commenté : Takim Mustakim
le 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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!