Feeds
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
10 years 前
提问
I have a problem with converting a differential equation into a function!!!
How to write y'+2*y=0 ; y(0)=1 as a function ? I used the following but it did not work. function f = eqn(x) f=-2*x; ...
12 years 前 | 1 个回答 | 0
