[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Waterfall Plot in Octave
From: |
Mike Miller |
Subject: |
Re: Waterfall Plot in Octave |
Date: |
Tue, 23 Apr 2013 11:55:01 -0400 |
On Tue, Apr 23, 2013 at 10:32 AM, scigeek wrote:
> Hi Mike,
>
> thanks for your reply. I am novice in this area and am not sure about your
> code. I am doing a little project on image processing using fft etc. There I
> am seeing this water fall plots.
> <http://octave.1599824.n4.nabble.com/file/n4652192/WaterfallPlot..png>
>
> But it is done in MATLAB, but I couldn't find any reference to such a plot
> in Octave. That's why I am requesting help with it.
>
> Does your code do the same thing ?
The waterfall function is not currently implemented in Octave, if
that's what you're after. The code I wrote above uses the surf
function to plot something similar. Octave has the mesh and surf
family of functions for plotting 3d surfaces.
--
mike