help with slope field in matlab

4 visualizaciones (últimos 30 días)
abdullah X
abdullah X el 20 de Jun. de 2021
Respondida: KSSV el 22 de Jun. de 2021
y' = (1+x)/y
in -1<=x=<1 and -2<=y=<2 with step size 0.2

Respuestas (1)

KSSV
KSSV el 22 de Jun. de 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.

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by