assigning output of a for loop to an array
Afficher commentaires plus anciens
i want to put the 6 values of W into an array but i cant sry fr the silly question
E = 10;
Rt = 1000;
Rm = 0.01;
for Ri = (0:200:100)
W = error_calculation (Ri,Rt,Rm,E);
end
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!