Community Profile

photo

Aimee Talbot


Active since 2019

Statistics

Content Feed

View by

Question


Plot with linspace and for loop - what is wrong with this code?
c = 9000 k = 30000 m = 1100 w_n = sqrt(k/m) z = c/(2*m*w_n) Yo = 0.1 v = linspace(0,10); for i = 1:length(v) w =...

5 years ago | 2 answers | 0

2

answers