Skip to content

slandarer/MATLAB-rose-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roseball

Draw a rose gift box using MATLAB.

roseBox()

CList = {};
CList{1} = [.02 .04 .39; .02 .06 .69; .01 .26 .99; .17 .69 1];
CList{2} = [.02 .04 .39; .02 .06 .69; .01 .26 .99; .17 .69 1];
CList{3} = [14,51,134; 0,70,135; 0,90,156; 65,105,225; 197,213,236]./255;
roseBox(gca, CList)

Releases

No releases published

Packages

 
 
 

Contributors