SEUNG RHI CHOI
Seoul National University
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Why is nothing coming up on my plot?
You didn't save y values. i=1; for x = -5:0.01:5 if x <= -1 y(i) = 20; elseif x > -1 && x <= 1 y(i) = -5 * x +...
Why is nothing coming up on my plot?
You didn't save y values. i=1; for x = -5:0.01:5 if x <= -1 y(i) = 20; elseif x > -1 && x <= 1 y(i) = -5 * x +...
8 years 前 | 0
