From: gozer on
"Steven Lord" <slord(a)mathworks.com> wrote in message <hjn04s$ktd$1(a)fred.mathworks.com>...
>
> "gozer " <wolfeb(a)timken.com> wrote in message
> news:hjmvij$cfq$1(a)fred.mathworks.com...
> > "Erik Tang" <etang858(a)gmail.com> wrote in message
> > <hiitto$145$1(a)fred.mathworks.com>...
>
> *snip*
>
> > Thanks for the tip but I think I have something more fundamental wrong. I
> > cannot get DelaunayTri(x,y) to execute on my matrix. I just get an error:
> > "??? Undefined function or method 'DelaunayTri' for input arguments of
> > type 'double'."
>
> The DelaunayTri object was introduced in MATLAB 7.8 (R2009a) -- if you are
> using an older version of MATLAB you will not be able to use it.
>
> http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bryg9vd-1.html
>
> If you are using release R2009a or later, check what the output of
> "which -all DelaunayTri" returns.
>
> --
> Steve Lord
> slord(a)mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
>
Thanks...sadly, this is my problem.....running R2008b.