12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

pie3Purpose2pie3Three-dimensional pie chartSyntaxDescriptionpie3(X)pie3(X,explode)h = pie3(...)pie3(X) draws a three-dimensional pie chart using the data in X. Each elementin X is represented as a slice in the pie chart.pie3(X,explode) specifies whether to offset a slice from the center of the piechart. X(i,j) is offset from the center of the pie chart if explode(i,j) isnonzero. explode must be the same size as X.h = pie(...) returns a vector of handles to patch, surface, and text graphicsobjects.RemarksThe values in X are normalized via X/sum(X) to determine the area of each sliceof the pie. If sum(X)≤1, the values in X directly specify the area of the pie slices.<strong>MATLAB</strong> draws only a partial pie if sum(X)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!