Not getting plots written in for loop, but getting values in command window
John Williams answered .
2025-11-20
rol = 5:10; plot(rol,V2fl);
V2fl(rol) = ((2*3.14)...); figure(1) hold on plot(rol,V2fl)
Another way