Statistics
RANK
83
of 295.735
REPUTATION
1.780
CONTRIBUTIONS
0 Questions
371 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
473
RANK
5.312 of 20.277
REPUTATION
237
AVERAGE RATING
0.00
CONTRIBUTIONS
10 Files
DOWNLOADS
14
ALL TIME DOWNLOADS
2372
RANK
of 154.433
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
43 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Published
Computer Graphics Years
I loved the question that Steve recently asked on his blog about what your earliest computer experiences were. It brought...
bijna 7 jaar ago
Published
The Five Tetrahedra
The dodecahedron is a particularly interesting polyhedron. It's full of interesting five-fold symmetries. Let's take a look...
meer dan 8 jaar ago
Published
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...
meer dan 8 jaar ago
Published
YYAxis
One of the features I love in R2016a is the new yyaxis function. This is a new way to create plots which have two...
meer dan 8 jaar ago
Published
As the Wind Blows
As the Wind BlowsNOAA maintains a number of buoys that collect weather data, and they publish the data from them on their...
meer dan 8 jaar ago
Published
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....
meer dan 8 jaar ago
Published
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...
bijna 9 jaar ago
Published
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...
bijna 9 jaar ago
Published
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...
bijna 9 jaar ago
Published
Polygon Interpolation
I recently answered a question on MATLAB Answers about how patch interpolates color data. This is a question I get a lot...
bijna 9 jaar ago
Published
Interactive Graph Layout
I really like the new graph visualization functions that were introduced in R2015b. I particularly like the various options...
bijna 9 jaar ago
Published
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....
ongeveer 9 jaar ago
Published
Memory Consumption
Today we're going to look at how MATLAB Graphics uses memory. First we need a way to tell how much memory MATLAB is...
ongeveer 9 jaar ago
Published
On The Edge
In an earlier post, we discussed how the contour functions interpolate between values. Another important issue is how the...
ongeveer 9 jaar ago
Published
Fill Between
Fill BetweenOne question I'm often asked is how to fill the area between two plotted curves. It is possible to do this, but...
ongeveer 9 jaar ago
Published
Homogeneous Coordinates
Homogeneous CoordinatesIn my recent posts about tiling polygons (link1, link2), you might have noticed that I used a...
ongeveer 9 jaar ago
Published
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...
ongeveer 9 jaar ago
Published
Tiling Quadrilaterals
Tiling QuadrilateralsLast time I was talking about the new pentagon tiling which was recently discovered. There are lots of...
ongeveer 9 jaar ago
Published
Type 15 Convex Pentagon
Like most computer graphics programmers, I've always been fascinated by the different types of regular tilings of the plane....
meer dan 9 jaar ago
Published
Transparency in 3D
Transparency in 3DTransparency is a very useful feature when creating pictures in 3D. But there are a suprising number of...
meer dan 9 jaar ago
Published
Implicit Surface Intersections
Implicit Surface IntersectionsWe talked about implicit surfaces here back in March. Recently, there was an interesting...
meer dan 9 jaar ago
Published
GraphicsSmoothing and AlignVertexCenters
GraphicsSmoothing and AlignVertexCentersIn R2014b we introduced a new property on the figure named GraphicsSmoothing. When...
meer dan 9 jaar ago
Published
Stacked Bar3
Stacked Bar3MATLAB's bar3 command is kind of cool, but what if we have a 3D matrix like this?rng(0) array = randi(10,[4 5...
meer dan 9 jaar ago
Published
Object Creation Performance
Object Creation PerformanceBack in January, we looked at the performance of creating a graphics object with a lot of data....
meer dan 9 jaar ago
Published
Patch Work
Patch WorkBack before the internet, programmers collected xeroxed copies of old notes and papers. We traded these with our...
meer dan 9 jaar ago
Published
State Taxes
If you live in the US, you probably filed your taxes sometime in the last couple of months. If you're like me, that got you...
meer dan 9 jaar ago
Published
How the Tiger got its Stripes
But I think that my favorite Turing paper is one he wrote after the war called The Chemical Basis of Morphogenesis. It...
meer dan 9 jaar ago
Published
Implicit Curves & Surfaces
Implicit Curves and SurfacesIn some earlier posts ( part1, part2) we explored how to draw parametric curves using MATLAB...
bijna 10 jaar ago
Published
Area Scaling
Last time we looked at how the performance of MATLAB's graphics system scales with the number of data points. Another...
bijna 10 jaar ago