Simulating data smoothing on a 2D matrix. New to Octave/Matlab platforms

Judd Storrs storrsjm at email.uc.edu
Wed Jul 1 15:25:43 CDT 2009


On Wed, Jul 1, 2009 at 10:40 AM, <macy at sfo.com> wrote:

> How big is the matrix?  Very important
>
> If it's more than 50 by 50, I could never get mesh to display within my
> lifetime.  Maybe the newer plot versions work better now.


You could also use imshow. imshow can easily handle larger matrices.
Depending on what you want to see:

imshow(m,[])
imshow(abs(m),[])
colormap('jet')


--judd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20090701/f39fcb70/attachment.html 


More information about the Help-octave mailing list