<?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: Spring 2009 MATLAB Contest: Data Visualization</title>
	<atom:link href="http://blogs.mathworks.com/seth/2009/04/01/spring-2009-matlab-contest-data-visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/seth/2009/04/01/spring-2009-matlab-contest-data-visualization/</link>
	<description>This blog is about Simulink.</description>
	<lastBuildDate>Mon, 13 Feb 2012 09:45:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nassim</title>
		<link>http://blogs.mathworks.com/seth/2009/04/01/spring-2009-matlab-contest-data-visualization/#comment-741</link>
		<dc:creator>nassim</dc:creator>
		<pubDate>Thu, 30 Apr 2009 15:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/2009/04/01/spring-2009-matlab-contest-data-visualization/#comment-741</guid>
		<description>Hi Seth
I have some 3D points that are in the following form:
[X,Y]=meshgrid(1:3,1:3);
Z=rand(3).*ones(3);
mesh(X,Y,Z)
I want to create a virtual reality scene, where X and Y dimensions are kept the same, while Z is changing at each time step. How can I generate such a mesh that is dynamically changing with time in virtual reality?
Note: All the simulations are carried in Simulink. Also the Z represents sea wave height.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Seth<br />
I have some 3D points that are in the following form:<br />
[X,Y]=meshgrid(1:3,1:3);<br />
Z=rand(3).*ones(3);<br />
mesh(X,Y,Z)<br />
I want to create a virtual reality scene, where X and Y dimensions are kept the same, while Z is changing at each time step. How can I generate such a mesh that is dynamically changing with time in virtual reality?<br />
Note: All the simulations are carried in Simulink. Also the Z represents sea wave height.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

