help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simulating data smoothing on a 2D matrix. New to Octave/Matlab plat


From: Judd Storrs
Subject: Re: Simulating data smoothing on a 2D matrix. New to Octave/Matlab platforms
Date: Wed, 1 Jul 2009 16:25:43 -0400

On Wed, Jul 1, 2009 at 10:40 AM, <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]