Community Profile

photo

Anna


Last seen: circa 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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?

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 2 risposte | 0

2

risposte