assigning output of a for loop to an array
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Matrices and Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!