• Remix
  • Share
  • New Entry

on 3 Oct 2022
  • 5
  • 73
  • 0
  • 2
  • 249
treeList={[],[]};
k=1;
classNameSet={'The','Mini','Hack','Contest','is','fUN'};
classNumSet=[100,321,55,35,65,7];
for i=1:6
for j=1:classNumSet(i)
treeList{k,1}=[' ',classNameSet{i}];
treeList{k,2}=[' ',num2str(j)];
k=k+1;
end
end
CT=circleTree3(treeList);
CT=CT.draw();
@author : slandarer
Remix Tree