<?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: Spring 2009 MATLAB Contest: Data Visualization</title>
	<link>http://blogs.mathworks.com/seth/2009/04/01/spring-2009-matlab-contest-data-visualization/</link>
	<description>This blog is about Simulink.</description>
	<pubDate>Mon, 23 Nov 2009 00:01:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.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>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>
