Filter löschen
Filter löschen

how can i call and plot function of two variables ?

1 Ansicht (letzte 30 Tage)
saja mk
saja mk am 16 Sep. 2020
Beantwortet: KSSV am 16 Sep. 2020
For this equation:
i want to write it as a function
and then call and plot it in another file

Akzeptierte Antwort

KSSV
KSSV am 16 Sep. 2020
  1. Define x1 and x2 using linspace.
  2. Make x1, x2 matrices, using meshgrid.
  3. Make your caclulation. You need to use element by element operations. So you have to use .^ to get power.
  4. USe surf, pcolor to plot.
This is your HomeWork. You have to do it yourself.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by