How to plot 3d plane of type where one variable is missing like x + y = 0.....
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mesbahose Salekeen
el 18 de Jun. de 2021
Comentada: Mesbahose Salekeen
el 18 de Jun. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh 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!