Mike on MATLAB Graphics

Graphics & Data Visualization

Note

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

Posts 1 - 10 of 20

結果: Geometry

The Five Tetrahedra

The dodecahedron is a particularly interesting polyhedron. It's full of interesting five-fold symmetries. Let's take a look at a couple of them.First we'll need the vertices. There's an interesting... 続きを読む >>

FPLOT and Friends

Another new feature that I really like in R2016a is the upgraded fplot function and all of the new members of the fplot family.The fplot function has been around for a long time. The basic idea is... 続きを読む >>

Signed Distance Fields

Recently I heard from a MATLAB user who was trying to draw tubes along a curve using this blog post I wrote a while back. Unfortunately her curve was a bit more complex than the ones I used in that... 続きを読む >>

On the Grid

One type of question that I'm often asked is about how to use various visualization techniques with what is sometimes called "scatter data". This is data that is a list of individual measurements.... 続きを読む >>

Into the Mucube

Last time, when I was talking about permutohedra, we saw how truncated octahedra fill 3D space with no gaps. There are a number of shapes with this property, and they have the lovely old family name... 続きを読む >>

Tiling Hexagons and Other Permutohedra

In earlier posts we've looked at tiling quadrilaterals and pentagons. So what about hexagons? I'm sure you've seen tilings of regular hexagons. They're popular in floor tiles and game tiles. Even... 続きを読む >>

Contour and Infinities

In a recent post, I talked about an interesting edge case in the contour function. Today I'd like to talk about another one. This is how contour handles infinities.Let's start with a simple example.... 続きを読む >>

On The Edge

In an earlier post, we discussed how the contour functions interpolate between values. Another important issue is how the contour functions deal with contour levels which are exactly the same as values in the input data. Some users are often surprised by what happens in this case because there are some subtle issues involved. Let's take a detailed look.... 続きを読む >>

What is a Contour?

What is a Contour?Last year we explored how surfaces perform interpolation. Today we're going to take a look at some closely related functions; the contour family. The family of contour functions... 続きを読む >>

Tiling Quadrilaterals

Tiling QuadrilateralsLast time I was talking about the new pentagon tiling which was recently discovered. There are lots of other wonderful things to explore in how polygons tile the plane. One of my... 続きを読む >>

Posts 1 - 10 of 20