<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Advanced MATLAB: Surface plot of nonuniform data</title>
	<atom:link href="http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: hadi</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14366</link>
		<dc:creator>hadi</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14366</guid>
		<description>they are bathymetric data which x and y are coordinations and z is the depth at that point
i need contour lines of z value</description>
		<content:encoded><![CDATA[<p>they are bathymetric data which x and y are coordinations and z is the depth at that point<br />
i need contour lines of z value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hadi</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14365</link>
		<dc:creator>hadi</dc:creator>
		<pubDate>Tue, 13 Dec 2011 19:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14365</guid>
		<description>hello
i have 3 sets o data x,y,z and they are nonuniform
how can i make a contour plot of z values?</description>
		<content:encoded><![CDATA[<p>hello<br />
i have 3 sets o data x,y,z and they are nonuniform<br />
how can i make a contour plot of z values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14262</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14262</guid>
		<description>@Faiz

X is a vector of random numbers 100x1.  It is then multiplied by 16 and 8 is subtracted from it.

xlin is a vector of lineraly spaced numbers (33 in total) that range from the minimum to the maximum of x.</description>
		<content:encoded><![CDATA[<p>@Faiz</p>
<p>X is a vector of random numbers 100&#215;1.  It is then multiplied by 16 and 8 is subtracted from it.</p>
<p>xlin is a vector of lineraly spaced numbers (33 in total) that range from the minimum to the maximum of x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faiz</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14261</link>
		<dc:creator>faiz</dc:creator>
		<pubDate>Sat, 08 Oct 2011 14:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-14261</guid>
		<description>i like to use this program..but can someone explai to me, what the number meant ,100,1,16,8 and 33 for below..



x=rand(100,1)*16-8;
y=rand(100,1)*16-8;
xlin=linspace(min(x),max(x),33);

i try to run randomly, but appear error with &quot;cubic&quot; like 
The input character is not valid in MATLAB statements or expressions.

Thanks</description>
		<content:encoded><![CDATA[<p>i like to use this program..but can someone explai to me, what the number meant ,100,1,16,8 and 33 for below..</p>
<p>x=rand(100,1)*16-8;<br />
y=rand(100,1)*16-8;<br />
xlin=linspace(min(x),max(x),33);</p>
<p>i try to run randomly, but appear error with &#8220;cubic&#8221; like<br />
The input character is not valid in MATLAB statements or expressions.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13298</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 11 Nov 2009 20:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13298</guid>
		<description>@Teja,

I think this will work:

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/delaunaytriclass.html

Doug</description>
		<content:encoded><![CDATA[<p>@Teja,</p>
<p>I think this will work:</p>
<p><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/delaunaytriclass.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/delaunaytriclass.html</a></p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teja</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13296</link>
		<dc:creator>Teja</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13296</guid>
		<description>Dear Doug
Is there anyway to plot a surface from nonuniform data without meshgrid and griddata? Basically i have topographic information, where the altitude(z) at each x and y is known.
I do not want any interpolation in between. x and y do not form a rectangular grid but are closely spaced.
Thanks</description>
		<content:encoded><![CDATA[<p>Dear Doug<br />
Is there anyway to plot a surface from nonuniform data without meshgrid and griddata? Basically i have topographic information, where the altitude(z) at each x and y is known.<br />
I do not want any interpolation in between. x and y do not form a rectangular grid but are closely spaced.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13291</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13291</guid>
		<description>@Daniel,

I think you would be well served to look at the series about volume visualization.  It starts here:

http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/

The one about isosurfaces will be posted today or tomorrow (11/10/2009).  That is very likely the function you seek.

Doug</description>
		<content:encoded><![CDATA[<p>@Daniel,</p>
<p>I think you would be well served to look at the series about volume visualization.  It starts here:</p>
<p><a href="http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/" rel="nofollow">http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/</a></p>
<p>The one about isosurfaces will be posted today or tomorrow (11/10/2009).  That is very likely the function you seek.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13290</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 08 Nov 2009 21:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-13290</guid>
		<description>Hi Doug

Thanks for these videos, they have really helped me alot. I am currently looking to create a surface plot (non uniform data) but I would like to represent it in the z-axis. To explain myself better:

If you think of various layers of semi circles made up of dots, and as you move &#039;up&#039;, the number of dots are increasing, so it ends up looking like a funnel. Now the code you presented here creates a surface for each circle (ie. for each layer), but now I want to create a surface joining the layers. I hope I have explained myself adequately. Thanks again and I would really appreciate your input.

Kind Regards</description>
		<content:encoded><![CDATA[<p>Hi Doug</p>
<p>Thanks for these videos, they have really helped me alot. I am currently looking to create a surface plot (non uniform data) but I would like to represent it in the z-axis. To explain myself better:</p>
<p>If you think of various layers of semi circles made up of dots, and as you move &#8216;up&#8217;, the number of dots are increasing, so it ends up looking like a funnel. Now the code you presented here creates a surface for each circle (ie. for each layer), but now I want to create a surface joining the layers. I hope I have explained myself adequately. Thanks again and I would really appreciate your input.</p>
<p>Kind Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-11364</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 27 May 2008 17:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-11364</guid>
		<description>Venkat,

I am not sure that I understand the question.  If you have x,y,z triples, you just plot them.  Are you trying to fit a polynomial to them?  That would imply a two dimensional dataset.  Are you trying to fit some kind of a surface to the data?

You might be best off looking here:

http://blogs.mathworks.com/pick/how-to-get-help/

It shows how to ask for help at the bottom.

Doug</description>
		<content:encoded><![CDATA[<p>Venkat,</p>
<p>I am not sure that I understand the question.  If you have x,y,z triples, you just plot them.  Are you trying to fit a polynomial to them?  That would imply a two dimensional dataset.  Are you trying to fit some kind of a surface to the data?</p>
<p>You might be best off looking here:</p>
<p><a href="http://blogs.mathworks.com/pick/how-to-get-help/" rel="nofollow">http://blogs.mathworks.com/pick/how-to-get-help/</a></p>
<p>It shows how to ask for help at the bottom.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-11286</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Sun, 18 May 2008 07:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-11286</guid>
		<description>I have multiple [x,y,z] matrices of my data with which i want to plot the surface using a 7th order polynomial, how can I do that??</description>
		<content:encoded><![CDATA[<p>I have multiple [x,y,z] matrices of my data with which i want to plot the surface using a 7th order polynomial, how can I do that??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

