Mike on MATLAB Graphics

Graphics & Data Visualization

Note

Mike on MATLAB Graphics has been archived and will not be updated.

結果: Rendering

Polygon Interpolation

I recently answered a question on MATLAB Answers about how patch interpolates color data. This is a question I get a lot because it's a bit more complicated than you might expect. Let's take a close... 続きを読む >>

Homogeneous Coordinates

Homogeneous CoordinatesIn my recent posts about tiling polygons (link1, link2), you might have noticed that I used a rather unusual representation for my coordinates.Instead of having a vector of X... 続きを読む >>

Transparency in 3D

Transparency in 3DTransparency is a very useful feature when creating pictures in 3D. But there are a suprising number of things to think about when you're using transparency in 3D.Let's look at a... 続きを読む >>

GraphicsSmoothing and AlignVertexCenters

GraphicsSmoothing and AlignVertexCentersIn R2014b we introduced a new property on the figure named GraphicsSmoothing. When this is set to on, all of the graphics drawn into that figure are drawn... 続きを読む >>

SortMethod

SortMethodToday we're going to talk about the SortMethod property which was added to the Axes object in R2014b. It's actually been around for a long time, but it wasn't supported by all renderers,... 続きを読む >>