From: Luna Moon on
On Jul 5, 12:38 pm, ImageAnalyst <imageanal...(a)mailinator.com> wrote:
> If you type in "median" into the help, medfilt1() shows up as the
> third entry.  The help facility can be a useful tool.

Oh I didn't know I can do fuzzy search using "help"...

but still when I typed in "help median", it doesn't show medfilt1

From: ImageAnalyst on
That's because median is not the actual function name, which "help"
requires when you type it in on the command line. I was talking about
using the separate help facility program and typing into the search
field.
From: Greg Heath on
On Jul 5, 12:42 pm, Luna Moon <lunamoonm...(a)gmail.com> wrote:
> On Jul 5, 12:38 pm, ImageAnalyst <imageanal...(a)mailinator.com> wrote:
>
> > If you type in "median" into the help, medfilt1() shows up as the
> > third entry.  The help facility can be a useful tool.
>
> Oh I didn't know I can do fuzzy search using "help"...
>
> but still when I typed in "help median", it doesn't show medfilt1

Try

lookfor median

Greg