<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Advanced MATLAB: Surface plot of nonuniform data</title>
	<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Sun, 22 Nov 2009 23:13:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<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>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>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>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>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 'up', 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>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>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>
	<item>
		<title>By: Jim</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-10441</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 03 Apr 2008 06:33:30 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-10441</guid>
		<description>I have three column data (time,height,collection) supposedly x,y,z data. I want to plot it and get the equation. How can I do that with Matlab.
eg data:
x       -       y       -        z
1	-	1	-	130
2	-	1	-	130
3	-	1	-	130
4	-	1	-	130
7	-	2	-	130
10	-	2	-	130
16	-	2	-	130
25	-	2	-	130
40	-	2	-	130
63	-	3	-	130
100	-	3	-	130
160	-	3	-	130
250	-	3	-	130
300	-	3	-	130
400	-	3	-	130
500	-	3	-	130
1	-	3	-	260
2	-	3	-	260
3	-	3	-	260
4	-	3	-	260
7	-	3	-	260
10	-	3	-	260
16	-	4	-	260
25	-	4	-	260
40	-	4	-	260
63	-	6	-	260
100	-	8	-	260
160	-	10	-	260
250	-	11	-	260
300	-	11	-	260
400	-	11	-	260
500	-	11	-	260
1	-	4	-	390
2	-	5	-	390
3	-	5	-	390
4	-	5	-	390
7	-	6	-	390
10	-	7	-	390
16	-	8	-	390
25	-	10	-	390
40	-	12	-	390
63	-	14	-	390
100	-	15	-	390
160	-	19	-	390
250	-	22	-	390
300	-	26	-	390
400	-	30	-	390
500	-	30	-	390
1	-	4	-	650
2	-	5	-	650
3	-	5	-	650
4	-	5	-	650
7	-	5	-	650
10	-	7	-	650
16	-	8	-	650
25	-	9	-	650
40	-	12	-	650
63	-	14	-	650
100	-	18	-	650
160	-	22	-	650
250	-	27	-	650
300	-	27	-	650
400	-	36	-	650
500	-	40	-	650
1	-	2	-	910
2	-	2	-	910
3	-	2	-	910
4	-	3	-	910
7	-	5	-	910
10	-	5	-	910
16	-	7	-	910
25	-	9	-	910
40	-	15	-	910
63	-	20	-	910
100	-	24	-	910
160	-	32	-	910
250	-	38	-	910
300	-	41	-	910
400	-	46	-	910
500	-	49	-	910</description>
		<content:encoded><![CDATA[<p>I have three column data (time,height,collection) supposedly x,y,z data. I want to plot it and get the equation. How can I do that with Matlab.<br />
eg data:<br />
x       -       y       -        z<br />
1	-	1	-	130<br />
2	-	1	-	130<br />
3	-	1	-	130<br />
4	-	1	-	130<br />
7	-	2	-	130<br />
10	-	2	-	130<br />
16	-	2	-	130<br />
25	-	2	-	130<br />
40	-	2	-	130<br />
63	-	3	-	130<br />
100	-	3	-	130<br />
160	-	3	-	130<br />
250	-	3	-	130<br />
300	-	3	-	130<br />
400	-	3	-	130<br />
500	-	3	-	130<br />
1	-	3	-	260<br />
2	-	3	-	260<br />
3	-	3	-	260<br />
4	-	3	-	260<br />
7	-	3	-	260<br />
10	-	3	-	260<br />
16	-	4	-	260<br />
25	-	4	-	260<br />
40	-	4	-	260<br />
63	-	6	-	260<br />
100	-	8	-	260<br />
160	-	10	-	260<br />
250	-	11	-	260<br />
300	-	11	-	260<br />
400	-	11	-	260<br />
500	-	11	-	260<br />
1	-	4	-	390<br />
2	-	5	-	390<br />
3	-	5	-	390<br />
4	-	5	-	390<br />
7	-	6	-	390<br />
10	-	7	-	390<br />
16	-	8	-	390<br />
25	-	10	-	390<br />
40	-	12	-	390<br />
63	-	14	-	390<br />
100	-	15	-	390<br />
160	-	19	-	390<br />
250	-	22	-	390<br />
300	-	26	-	390<br />
400	-	30	-	390<br />
500	-	30	-	390<br />
1	-	4	-	650<br />
2	-	5	-	650<br />
3	-	5	-	650<br />
4	-	5	-	650<br />
7	-	5	-	650<br />
10	-	7	-	650<br />
16	-	8	-	650<br />
25	-	9	-	650<br />
40	-	12	-	650<br />
63	-	14	-	650<br />
100	-	18	-	650<br />
160	-	22	-	650<br />
250	-	27	-	650<br />
300	-	27	-	650<br />
400	-	36	-	650<br />
500	-	40	-	650<br />
1	-	2	-	910<br />
2	-	2	-	910<br />
3	-	2	-	910<br />
4	-	3	-	910<br />
7	-	5	-	910<br />
10	-	5	-	910<br />
16	-	7	-	910<br />
25	-	9	-	910<br />
40	-	15	-	910<br />
63	-	20	-	910<br />
100	-	24	-	910<br />
160	-	32	-	910<br />
250	-	38	-	910<br />
300	-	41	-	910<br />
400	-	46	-	910<br />
500	-	49	-	910</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-10428</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 02 Apr 2008 15:37:25 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-10428</guid>
		<description>Els,

There is no built in function to do this, but knowing the X,Y,Z of each point in the mesh, you should be able to calculate the area of each four point patch.  From there, summing should be easy to know the whole area.

Doug</description>
		<content:encoded><![CDATA[<p>Els,</p>
<p>There is no built in function to do this, but knowing the X,Y,Z of each point in the mesh, you should be able to calculate the area of each four point patch.  From there, summing should be easy to know the whole area.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Els</title>
		<link>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-10417</link>
		<dc:creator>Els</dc:creator>
		<pubDate>Wed, 02 Apr 2008 09:35:51 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-10417</guid>
		<description>Dear Doug,

This info about making a surface plot was very usefull for me. In stead of the formule that you used to produce some points, I used 4 XYZ-coordinates that result in an surface in 3D. Is there an easy way to calculate the surface area of this created object?

Best regards,
Els</description>
		<content:encoded><![CDATA[<p>Dear Doug,</p>
<p>This info about making a surface plot was very usefull for me. In stead of the formule that you used to produce some points, I used 4 XYZ-coordinates that result in an surface in 3D. Is there an easy way to calculate the surface area of this created object?</p>
<p>Best regards,<br />
Els</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-5997</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 19 Nov 2007 13:22:18 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/02/advanced-matlab-surface-plot-of-nonuniform-data/#comment-5997</guid>
		<description>Greg pointed me to this solution he wrote a while back that might be of interest also:

Tech Note 1212 - Using MESHGRID and GRIDDATA to Fit Vector Data and Plot Unevenly Spaced Data http://www.mathworks.com/support/tech-notes/1200/1212.html</description>
		<content:encoded><![CDATA[<p>Greg pointed me to this solution he wrote a while back that might be of interest also:</p>
<p>Tech Note 1212 - Using MESHGRID and GRIDDATA to Fit Vector Data and Plot Unevenly Spaced Data <a href="http://www.mathworks.com/support/tech-notes/1200/1212.html" rel="nofollow">http://www.mathworks.com/support/tech-notes/1200/1212.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
