필터 지우기
필터 지우기

Visualising/ Mapping data on CAD model

조회 수: 19 (최근 30일)
Luke lee
Luke lee 2019년 11월 24일
답변: Pravin Jagtap 2019년 11월 27일
I have a CAD model of a flat panel as well as the XRF thickness data of it.
I was wondering if I could import this model into matlab and plot the thickness distribution mapping (eg. Red for high thickness and blue fr low thickness) on the model. This thickness distribution visualisation of the panel would help greatly when presenting my findings.
Thanks in advance for the help.

답변 (1개)

Pravin Jagtap
Pravin Jagtap 2019년 11월 27일
Hello Luke
One of the possible ways to plot the colormap on CAD models is importing the model using the ‘importGeometry’ using STL file. Please refer to following documentation for more details:
As shown in the following documentation we can plot colormap using ‘pdeplot’:
This is may be possible workaround.
~Pravin

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by