figure hist(data1,20) h = findobj(gca,'Type','patch'); set(h,'FaceColor','r','EdgeColor','w','facealpha',0.75) hold on hist(data2,20)
確定! 回上一頁