• Remix
  • Share
  • New Entry

on 5 Oct 2022
  • 5
  • 28
  • 0
  • 1
  • 269
dM=[2 0 1 2 9 1 5;
3 5 1 4 2 2 6;
4 0 5 5 1 7 3];
cN={'C'};
rN={'B'};
CC=chordChart(dM,'rN',rN,'cN',cN);
@author : slandarer 公众号 : slandarer随笔 知乎 : hikari Documentation for chordChart doc chordChart Folders named chordChart chordChart__/chordChart
CC=CC.draw();
CC.setChordColorByMap(prism);
% 方块属性设置 =============================================================
CC.setSquareT_Prop('FaceC','k')
CC.setSquareT_N(2,'FaceC','b')
% 字体设置 =================================================================
CC.setFont('FontSize',1,'FontName','Cambria','Color','y')
CC.tickState('on')
Remix Tree