ternary map (三元相映射图)

ternary phase map/ternary map (三元相映射图)

You are now following this Submission

% 导入数据并绘制贴图版地图
% Import data and plot a tiled map.
load korea5c
worldmap(korea5c,korea5cR);
koreaHdl=geoshow(korea5c,korea5cR,'DisplayType','texturemap');
A=koreaHdl.XData;A=A(1:end-1,1:end-1);
B=koreaHdl.YData;B=B(1:end-1,1:end-1);
C=koreaHdl.CData;
% % 调用工具函数生成图例和映射表
% Call utility functions to generate the legend and mapping table.
[CMapData,CMapHdl]=multiVarMapTri(A,B,C,'colorList',1,'pieceNum',8);
koreaHdl.CData=CMapData;
More examples:
详见公众号:slandarer随笔

Cite As

Zhaoxu Liu / slandarer (2026). ternary map (三元相映射图) (https://www.mathworks.com/matlabcentral/fileexchange/117195-ternary-map), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.2

More examples

1.5.1

some bugs come from NaN

1.5.0

Resolve color display issues

1.0.0