photo

Anna


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


plot of y = 2.*(x.^4 - x.^2) isn't right
I set x = linspace(-10, 10); y = 2.*(x.^4 - x.^2); plot(x, y) and the graph is not correct. what did I do wrong?

2 years 前 | 1 个回答 | 0

1

个回答

提问


Questions about elements in function ode45(@(t,x) x.*(4-x), [0,5], -2:4:6)
In ode45(@(t,x) x.*(4-x), [0,5], -2:4:6), why do we have to add t in our @function even though t is not used. For the initial y...

2 years 前 | 2 个回答 | 0

2

个回答