Prev: Pixel Scan
Next: Any reliabillity engineering geek?
From: Matt J on 21 May 2010 08:09 "Marcin " <mb1234(a)gazeta.pl> wrote in message <ht5rm4$l78$1(a)fred.mathworks.com>... > mesh(Z); % this will work fine ========= If this works fine for you, then what's the problem? surf(X,Y,Z) gives similarly good results as I've been continually saying.
From: Marcin on 21 May 2010 08:34 > If this works fine for you, then what's the problem? > surf(X,Y,Z) gives similarly good results as I've been continually saying. You didn't read carefully. I don't have X,Y,Z, all I have is xr,yr,zr - the code was just an example where these 3 might come from.
From: Steven Lord on 21 May 2010 10:07
"Marcin " <mb1234(a)gazeta.pl> wrote in message news:ht5uju$35u$1(a)fred.mathworks.com... >> If this works fine for you, then what's the problem? >> surf(X,Y,Z) gives similarly good results as I've been continually saying. > > You didn't read carefully. I don't have X,Y,Z, all I have is xr,yr,zr - > the code was just an example where these 3 might come from. Look at GRIDDATAN. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com |