How to plot 3d plane of type where one variable is missing like x + y = 0.....
1 view (last 30 days)
Show older comments
Mesbahose Salekeen
on 18 Jun 2021
Commented: Mesbahose Salekeen
on 18 Jun 2021
x = -2:.05:2;
y = -2:.05:2;
[X,Y] = meshgrid(x,y);
now how do i define Z to relate with X,Y to create plane so i can do surf(X,Y,Z) ?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!