Community Profile

photo

Anna


Last seen: 約2年 前 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年 前 | 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年 前 | 2 件の回答 | 0

2

回答