
matlab
wh1312142954
这个作者很懒,什么都没留下…
展开
-
MATLAB plot()、scatter()的RGB颜色设置
plot(x,y,'Color',[R G B]);%只要设置颜色中RGB的值就可以得到不同的颜色。Red(红)Green(绿)Blue(蓝)颜色000黑111白100红010绿001蓝110黄101洋红011青蓝0.6670.6671天蓝10.50橘黄0.500深红0.50.50.5灰色...原创 2018-06-25 08:39:11 · 43555 阅读 · 1 评论 -
matlab柱状图添加条纹 hatchfill
使用applyhatch_pluscolor包,下载地址:applyhatch_pluscolor代码包。h = bar(rand(3,4));fH = gcf;colormap(cool(6));legend('Apple', 'Orange', 'Banana','Melon');tH = title('Brandon''s applyhatch');applyhatch_p...原创 2019-03-21 13:53:38 · 11524 阅读 · 3 评论