Code covered by the BSD License
% cap5_area_exemplo x=1:6; y=sin(x)+randn(1,6)*0.1; subplot(1,3,1) area(x,y) title('Area') subplot(1,3,2) bar(x,y) title('Bar') subplot(1,3,3) barh(x,y) title('Barh')
Contact us at files@mathworks.com