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년 전 | 0
