Syntax:
>> imagescnan(Z) % Uncolored NaNs
>> imagescnan(Z,'k') % Colored
IMAGESC is a good option when the user doesn't like the interpolating behaviour of SURF or PCOLOR, because EVERY element is drawn as a single pixel CENTERED with the axis value.
The problem with this function is that it doesn't work properly with NaNs elements (although sometimes SURF neither does): they are drawn with the lower color of the current colormap.
This functions uses IMAGESC but ignores the NaNs elements.
The user can specify the NaNs color, a different color mask, or another value to be ignored.
If the user gives X and Y data with no constant increment, PATCH is used instead of IMAGESC (this is experimental!).
To freeze the colormap check COLORFREEZE and CBFREEZE here at the FileExchange.
(Bugs reports and suggestions will be very appreciated) |