colormapdata for trisurf?

조회 수: 5 (최근 30일)
Pelajar UM
Pelajar UM 2021년 11월 8일
답변: Pelajar UM 2021년 11월 9일
Is there a function like colormapdata when plotting surfaces?
I'm not referring to colormap which has to have 3 columns. Colormapdata has only 1 value per node (Nx3 array). For example, for each point on the surface, I have 1 temperature value.

채택된 답변

Pelajar UM
Pelajar UM 2021년 11월 9일
For anyone else wondering, there's a very simple way to do this:
F= faces and P=points from triangulation. Field is NX1 array. P is Nx3 array.
trisurf(F,P(:,1),P(:,2),P(:,3),Field)
colorbar

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Visualization에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by