Feeds
提问
Help with menu command
I am working on a project where a user selects an option from a menu. The catch is that the when the user selects it the next us...
7 years 前 | 1 个回答 | 0
1
个回答提问
Why is nothing coming up on my plot?
for x = -5:0.01:5 if x <= -1 y = 20; elseif x > -1 && x <= 1 y = -5 * x + 10; elseif x > 1 && x <= 3 y = -10 ...
7 years 前 | 3 个回答 | 0
3
个回答提问
Why am I getting a parse error?
I am getting a parse error at the h variable for a basic HW problem. h = input('Please input the water height.'); if h ...
7 years 前 | 1 个回答 | 0
