How to overlay 3D curve on surf in APP DESIGNER
1 回表示 (過去 30 日間)
古いコメントを表示
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
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 Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!