plane y=x
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hei , I want to drow this planes y=x,z=x,z=y in 3D using fsurf but dont know fow to set the function?
0 comentarios
Respuesta aceptada
KSSV
el 5 de Dic. de 2017
% plane z=x,
figure
hold on
fsurf(@(x,y) x)
% plane z = y
fsurf(@(x,y) y)
view(3)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!