필터 지우기
필터 지우기

How to overlay 3D curve on surf in APP DESIGNER

조회 수: 2 (최근 30일)
Yang Yang
Yang Yang 2020년 4월 23일
댓글: darova 2020년 4월 24일
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
darova
darova 2020년 4월 24일
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)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by