]>
Data Conversion - video
http://www.data-conversion.org/taxonomy/term/230/0
Auto generated by aggregator2 autotaxonomyenPractical example: Setting transparency on a patch
http://www.data-conversion.org/practical_example_setting_transparency_on_a_patch.html
<p>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 [...]</p>
Mathworks Pickadvanced matlabpractical examplevideoWed, 21 Nov 2007 19:14:11 +0000Practical example: Algorithm development for making colormaps
http://www.data-conversion.org/practical_example_algorithm_development_for_making_colormaps.html
<p>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 [...]</p>
Mathworks Pickpodcastpractical examplevideoThu, 15 Nov 2007 19:57:36 +0000Mash-up with text message and password obscuring
http://www.data-conversion.org/mash_up_with_text_message_and_password_obscuring.html
<p>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 [...]</p>
Mathworks Pickvideovideo promotionThu, 08 Nov 2007 14:53:13 +0000Advanced MATLAB: Surface plot of nonuniform data
http://www.data-conversion.org/advanced_matlab_surface_plot_of_nonuniform_data.html
<p>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/</p>
Mathworks Pickadvanced matlabpodcastvideoFri, 02 Nov 2007 12:30:03 +0000MATLAB Basics: GUI input validation
http://www.data-conversion.org/matlab_basics_gui_input_validation.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoTue, 30 Oct 2007 16:28:43 +0000MATLAB Basics: Linearly spaced vectors
http://www.data-conversion.org/matlab_basics_linearly_spaced_vectors.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoFri, 26 Oct 2007 12:50:56 +0000MATLAB Basics: Getting started from Excel
http://www.data-conversion.org/matlab_basics_getting_started_from_excel.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoThu, 18 Oct 2007 19:21:39 +0000MATLAB Basics: Setting a background image for a GUI
http://www.data-conversion.org/matlab_basics_setting_a_background_image_for_a_gui.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoTue, 16 Oct 2007 20:28:20 +0000Using the clipboard from a GUI
http://www.data-conversion.org/using_the_clipboard_from_a_gui.html
<p>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 [...]</p>
Mathworks Pickpractical examplevideoFri, 12 Oct 2007 17:57:38 +0000MATLAB Basics video: Gallery of surface plots
http://www.data-conversion.org/matlab_basics_video_gallery_of_surface_plots.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoWed, 10 Oct 2007 19:49:42 +0000MATLAB Basics video: Using NaN as placeholder data in graphics
http://www.data-conversion.org/matlab_basics_video_using_nan_as_placeholder_data_in_graphics.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoMon, 08 Oct 2007 17:19:22 +0000Cool feature: Run configurations
http://www.data-conversion.org/cool_feature_run_configurations.html
<p>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 [...]</p>
Mathworks Pickcool featurevideoTue, 02 Oct 2007 13:12:49 +0000Expanding the GUI to do calculations on the data from Excel
http://www.data-conversion.org/expanding_the_gui_to_do_calculations_on_the_data_from_excel.html
<p>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 [...]</p>
Mathworks Pickpractical examplevideoFri, 28 Sep 2007 13:35:52 +0000MATLAB Basics video: UIGETFILE for selecting a file in a script, function or GUI
http://www.data-conversion.org/matlab_basics_video_uigetfile_for_selecting_a_file_in_a_script_function_or_gui.html
<p>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 [...]</p>
Mathworks Pickmatlab basicsvideoThu, 27 Sep 2007 20:00:52 +0000MATLAB Basics video: Colormaps
http://www.data-conversion.org/matlab_basics_video_colormaps.html
<p>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/</p>
Mathworks Pickmatlab basicsvideoWed, 26 Sep 2007 20:05:51 +0000