- Define x1 and x2 using linspace.
- Make x1, x2 matrices, using meshgrid.
- Make your caclulation. You need to use element by element operations. So you have to use .^ to get power.
- USe surf, pcolor to plot.
how can i call and plot function of two variables ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
saja mk
el 16 de Sept. de 2020
Respondida: KSSV
el 16 de Sept. de 2020
For this equation:
i want to write it as a function
and then call and plot it in another file
0 comentarios
Respuesta aceptada
KSSV
el 16 de Sept. de 2020
This is your HomeWork. You have to do it yourself.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots 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!