help with slope field in matlab

4 visualizzazioni (ultimi 30 giorni)
abdullah X
abdullah X il 20 Giu 2021
Risposto: KSSV il 22 Giu 2021
y' = (1+x)/y
in -1<=x=<1 and -2<=y=<2 with step size 0.2

Risposte (1)

KSSV
KSSV il 22 Giu 2021
  1. Create x, y vectors using linspace
  2. Creat X, Y matrices using meshgrid with x, y vectors as input.
  3. Substitute X, Y in your formula. You need to use element by element operations here.
  4. USe gradient to get slope.

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by