Rowan Miller
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How do I plot a line rather than seperate points?
t = -2; yo = 5; w = 5; k = 0.1; for t = -2:20 if t < 0 y = -yo; elseif t < 10 y = -y...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do I plot a function which depends on a changing variable?
So I have to plot the movement of a spring once let go for -2<t<20 given yo=5(distance the spring is stretched initially), w=5(a...
7 years 前 | 1 个回答 | 0