Borrar filtros
Borrar filtros

How to overlay 3D curve on surf in APP DESIGNER

2 visualizaciones (últimos 30 días)
Yang Yang
Yang Yang el 23 de Abr. de 2020
Comentada: darova el 24 de Abr. de 2020
Hi,
I know it is possible to overlay a 3D curve on a surf plot in MATLAB: https://www.mathworks.com/matlabcentral/answers/67547-overlay-curves-on-an-existing-surface-plot
Now, I need to do the same/similiar thing in MATLAB APP DESIGNER. But I could not figure this out. Could someone please help me?
thanks,
Yang
  1 comentario
darova
darova el 24 de Abr. de 2020
Can't you disable facecoor property?
surf(x,y,z,'facecolor','none')
Or you can set alpha value
surf(x,y,z,'facealpha',0.5)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by