a 3d plot but in a specific range
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

