plane y=x

3 visualizaciones (últimos 30 días)
F.O
F.O el 4 de Dic. de 2017
Respondida: KSSV el 5 de Dic. de 2017
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?

Respuesta aceptada

KSSV
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)

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by