How to plot 3d plane of type where one variable is missing like x + y = 0.....
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mesbahose Salekeen
am 18 Jun. 2021
Kommentiert: Mesbahose Salekeen
am 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh 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!