<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.data-conversion.org">
<channel>
 <title>Data Conversion - video</title>
 <link>http://www.data-conversion.org/taxonomy/term/230/0</link>
 <description>Auto generated by aggregator2 autotaxonomy</description>
 <language>en</language>
<item>
 <title>Practical example: Setting transparency on a patch</title>
 <link>http://www.data-conversion.org/practical_example_setting_transparency_on_a_patch.html</link>
 <description>&lt;p&gt;First, be sure to check out the new home of LazyWeb.  We had three of the challenges closed, but there are three still open.  We are sending out MATLAB prize packages to all that solved a challenge, and look forward to sending out more as the rest are tackled.  Here is a three and [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/advanced_matlab">advanced matlab</category>
 <category domain="http://www.data-conversion.org/feed/practical_example">practical example</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Wed, 21 Nov 2007 19:14:11 +0000</pubDate>
</item>
<item>
 <title>Practical example: Algorithm development for making colormaps</title>
 <link>http://www.data-conversion.org/practical_example_algorithm_development_for_making_colormaps.html</link>
 <description>&lt;p&gt;In a recent post, I mentioned LazyWeb  It worked better than I expected.  Matt posted some code that I requested that will highlight a line when you click on it.  This works exactly as hoped.  Thanks Matt, your MATLAB T-shirt has been shipped to thank you for your effort. Ned thought this [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/podcast">podcast</category>
 <category domain="http://www.data-conversion.org/feed/practical_example">practical example</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Thu, 15 Nov 2007 19:57:36 +0000</pubDate>
</item>
<item>
 <title>Mash-up with text message and password obscuring</title>
 <link>http://www.data-conversion.org/mash_up_with_text_message_and_password_obscuring.html</link>
 <description>&lt;p&gt;One of the purposes of MATLAB Central is to encourage collaboration and code sharing in the MATLAB community.  I was overjoyed when I was alerted to this new file on the Exchange.  Basically, Robert was inspired by two recent Blog posts that obscure passwords in a GUI and that allow you to send [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <category domain="http://www.data-conversion.org/feed/video_promotion">video promotion</category>
 <pubDate>Thu, 08 Nov 2007 14:53:13 +0000</pubDate>
</item>
<item>
 <title>Advanced MATLAB: Surface plot of nonuniform data</title>
 <link>http://www.data-conversion.org/advanced_matlab_surface_plot_of_nonuniform_data.html</link>
 <description>&lt;p&gt;Two minute video shows how to fit a surface to nonuniform data. Real data is not always on a nice X,Y grid, but the MATLAB commands SURF and MESH expect them to be.  GRIDDATA and MESHGRID help to fix this.  Video Content  Find the files here. PodCast here  Other videos have been gathered here: http://blogs.mathworks.com/pick/category/video/&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/advanced_matlab">advanced matlab</category>
 <category domain="http://www.data-conversion.org/feed/podcast">podcast</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Fri, 02 Nov 2007 12:30:03 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics: GUI input validation</title>
 <link>http://www.data-conversion.org/matlab_basics_gui_input_validation.html</link>
 <description>&lt;p&gt;Two minute video shows how to validate GUI input. This makes sure that user input will not break your code.  This example makes sure that the edit box value is not greater than twelve.  This technique can be used for many different tests.    Video Content  Find the files here. Other videos have been [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Tue, 30 Oct 2007 16:28:43 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics: Linearly spaced vectors</title>
 <link>http://www.data-conversion.org/matlab_basics_linearly_spaced_vectors.html</link>
 <description>&lt;p&gt;When I look at code written by new users, sometimes, I will see code like this: a = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15]; There is an easier way: a = 1:13; This three minute video shows how to use commands like linspace and the colon operator to make vectors [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Fri, 26 Oct 2007 12:50:56 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics: Getting started from Excel</title>
 <link>http://www.data-conversion.org/matlab_basics_getting_started_from_excel.html</link>
 <description>&lt;p&gt;This is one of a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use the import wizard to bring in files, and then use the plot tools to customize a graphic. Finally, the “save as” feature is used to get a .jpg  Video Content  Find [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Thu, 18 Oct 2007 19:21:39 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics: Setting a background image for a GUI</title>
 <link>http://www.data-conversion.org/matlab_basics_setting_a_background_image_for_a_gui.html</link>
 <description>&lt;p&gt;I recently got a question in my inbox asking how to set the background image for a GUI.  This is done by creating an axes in the GUI and putting an image in it.  Any UICONTROLs that you put on the GUI will appear over the image. See this video for the details:  Video [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Tue, 16 Oct 2007 20:28:20 +0000</pubDate>
</item>
<item>
 <title>Using the clipboard from a GUI</title>
 <link>http://www.data-conversion.org/using_the_clipboard_from_a_gui.html</link>
 <description>&lt;p&gt;Many of you have surely noticed that this blog took a sharp turn towards video content since I moved to the Advanced Support Group at the MathWorks in May.  With all these videos, I have had to get organized.  Most of that organization came by way of MATLAB scripts and GUIs.   One [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/practical_example">practical example</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Fri, 12 Oct 2007 17:57:38 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics video: Gallery of surface plots</title>
 <link>http://www.data-conversion.org/matlab_basics_video_gallery_of_surface_plots.html</link>
 <description>&lt;p&gt;This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how a variety of visualizations that are available in MATLAB for surfaces. Video shows how to change shading to get nice looking surfaces.  Find the files here. Other videos have been gathered here: http://blogs.mathworks.com/pick/category/video/ Other MATLAB Basics posts [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Wed, 10 Oct 2007 19:49:42 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics video: Using NaN as placeholder data in graphics</title>
 <link>http://www.data-conversion.org/matlab_basics_video_using_nan_as_placeholder_data_in_graphics.html</link>
 <description>&lt;p&gt;This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to uses NaN as placeholder data when plotting data so you can leave a gap where there is no data to plot.  Find the files here. Other videos have been gathered here: http://blogs.mathworks.com/pick/category/video/ Other MATLAB Basics posts [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Mon, 08 Oct 2007 17:19:22 +0000</pubDate>
</item>
<item>
 <title>Cool feature: Run configurations</title>
 <link>http://www.data-conversion.org/cool_feature_run_configurations.html</link>
 <description>&lt;p&gt;This cool feature will be useful to many MATLAB users that write functions and want an easy way to test them in multiple configurations.   I like to hit F5 to save and run a script, but in the past if you had a function, you could not do this since you usually need to [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/cool_feature">cool feature</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Tue, 02 Oct 2007 13:12:49 +0000</pubDate>
</item>
<item>
 <title>Expanding the GUI to do calculations on the data from Excel</title>
 <link>http://www.data-conversion.org/expanding_the_gui_to_do_calculations_on_the_data_from_excel.html</link>
 <description>&lt;p&gt;Last month we covered a lot of ground in making a GUI that would read and display Excel data (click here to see the original post).  Since those videos were originally posted, I have gotten quite a few requests to expand the GUI to do some analysis.  This video shows how I was [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/practical_example">practical example</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Fri, 28 Sep 2007 13:35:52 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics video: UIGETFILE for selecting a file in a script, function or GUI</title>
 <link>http://www.data-conversion.org/matlab_basics_video_uigetfile_for_selecting_a_file_in_a_script_function_or_gui.html</link>
 <description>&lt;p&gt;This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use UIGETFILE to make it easier to select a file from a script, function or GUI.  Video Content Find the files here. Other videos have been gathered here: http://blogs.mathworks.com/pick/category/video/ Other MATLAB Basics posts have been gathered [...]&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Thu, 27 Sep 2007 20:00:52 +0000</pubDate>
</item>
<item>
 <title>MATLAB Basics video: Colormaps</title>
 <link>http://www.data-conversion.org/matlab_basics_video_colormaps.html</link>
 <description>&lt;p&gt;This is one of a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use built-in colormaps, edit them and apply them to your figures.  Find the files here. Other videos have been gathered here: http://blogs.mathworks.com/pick/category/video/ Other MATLAB Basics posts have been gathered here: http://blogs.mathworks.com/pick/category/matlab-basics/&lt;/p&gt;
</description>
 <source url="http://blogs.mathworks.com/pick/?feed=rss2">Mathworks Pick</source>
 <category domain="http://www.data-conversion.org/feed/matlab_basics">matlab basics</category>
 <category domain="http://www.data-conversion.org/feed/video">video</category>
 <pubDate>Wed, 26 Sep 2007 20:05:51 +0000</pubDate>
</item>
</channel>
</rss>
