a 3d plot but in a specific range
Mostrar comentarios más antiguos
I have the code:
clear all
clc
close all
[x,y] = meshgrid(1:0.2:10);
psi_19 = (2*x) + y - (x*y) - 2
surf(x,y,psi_19)
Now, I want to plot the function in 0<=x<=1 and 2<=y<=3
Please help
Thanks
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

