Search Files

Advanced Search
Go
 
Loading tag cloud...

Files

 
Date   File Tags Downloads
(last 30 days)
Comments Ratings
16 Nov 2009 Screenshot Mastering Mechanics 1: Using MATLAB 5 Companion Software Author: Doug Hull mechanics, mechanical engineerin..., statics, strength, companion software, material problems 62 4
  • 4.66667
4.7 | 6 ratings
30 Jun 2009 Screenshot Puzzler: Supporting files Supporting files for a July 2009 puzzler from http://blog.mathworks.com/videos Author: Doug Hull algorithm, puzzler 13 0
01 Apr 2009 Published M-Files Random factoids for DataViz Contest Random facts about the dataVis contest. Semicolon usage, submission time, etc... Author: Doug Hull vis2009 11 8
  • 1.0
1.0 | 3 ratings
05 Mar 2009 Screenshot Reshape a matrix without a loop One and a half minute video shows how to change the shape of a matrix Author: Doug Hull cols, 3d, tutorial, reshape, rows, video 26 0
26 Feb 2009 Screenshot Using parent child relationships to find figures Two and a half minute video find which figures are open Author: Doug Hull handle graphics, root, tutorial, video, get, child 18 0
26 Feb 2009 Screenshot Dynamic field names Three minute video shows how to use a variable to reference a field of a structure Author: Doug Hull eval, tutorial, field, video, dynamic field name, structure 15 0
03 Feb 2009 Screenshot Setting break points to find errors in for loops Three minute video shows a debugging session for a tricky error Author: Doug Hull dbcont, breakpoint, debug, tutorial, video 12 0
20 Jan 2009 Screenshot Breaking up compound comands for better profiler use Five minute video shows more effective use of the profiler for compound statements Author: Doug Hull tutorial, profile, video, vectorize, profiler, speed 14 0
20 Jan 2009 Screenshot How to set data in a uitable Two minute videos shows how I discover the process to set data into a UITABLE Author: Doug Hull uitable, video, set, tutorial, guide, gui 40 0
07 Jan 2009 Screenshot Binning data from one column and applying sort to another Five minute video bins data by one column and apllies sort to another. Author: Doug Hull video, bin, histogram, tutorial, tutortial, histc 29 0
23 Dec 2008 Screenshot Weather in Boston Weather in Boston from weather.boston.com Author: Doug Hull kludge, urlread, regexpi, html, thermometer, url 17 2
12 Dec 2008 Screenshot Vizualizing a sort to debug the algorithm Six and a half minute video using plot to help understand a sort. Author: Doug Hull sort, video, tutorial, plot, debug, bubblesort 12 0
24 Nov 2008 Screenshot Indexing into a 3d matrix with a loop Three minute video shows the indexing into a 3d matrix. Author: Doug Hull index, could u let me know h..., 3d, tutorial, indexing, video 40 0
24 Nov 2008 Screenshot Comparing double precision numbers Two and a half minute video covers the tolerances in double precision numbers Author: Doug Hull double, tolerance, tutorial, video 11 1
  • 2.0
2.0 | 1 rating
20 Nov 2008 Screenshot Talking through your code to find errors Four minute code review of some simple code Author: Doug Hull matrix, special, debug, tutorial, random, code 17 0
20 Nov 2008 Screenshot Using format rational for infinite series Three and a half minute video about the sum of an infinite series. Author: Doug Hull infinite series, tutorial, rational, video, series, format 15 0
19 Nov 2008 Screenshot Debugging an indexing problem Five minute video shows how to use DBSTOP and command line to debug Author: Doug Hull logical, debug, tutorial, video, dbstop, error 16 0
05 Nov 2008 Screenshot Link the properties of two graphical objects Two and a half minute video shows how to link properties of two graphical elements Author: Doug Hull linked, link, properties, linkprop, handle graphics, tutorial 9 0
14 Oct 2008 Screenshot Save the state of a GUI between session Six minute video shows how to save and restore the state of a GUI Author: Doug Hull gui, tutorial, restore, load, save, video 32 5
30 Sep 2008 Screenshot Customize the toolbar Two and a half minute video shows matrix creation techniques Author: Doug Hull flip, transpose, flipud, tutorial, fliplr, video 3 0
29 Sep 2008 Screenshot Customize the toolbar Minute and a half video shows you how to customize your toolbar Author: Doug Hull toolbar, tutorial, usability, custom, video 2 0
24 Sep 2008 Screenshot Video tutorial: Parallel mode for running multiple MATLAB sessions Four minute video shows how to use parallel MATLAB Author: Doug Hull pct, distributed, dct, pmode, tutorial, clie 21 0
23 Sep 2008 Screenshot Importing Excel data for curve fitting Thre minute video shows how to import, explore and fit a curve to Excel data Author: Doug Hull polynomial, import, plot tools, curve fit, excel, tutorial 32 0
23 Sep 2008 Screenshot Memory allocation in MATLAB Two minute video shows when memory is allocated in MATLAB Author: Doug Hull memory, tutorial, video, profiler 15 0
08 Sep 2008 Screenshot Using regular expressions to process filenames Six minute video shows how to process file names from a directory Author: Doug Hull batch, tutorial, string, regexp, video, regular expression 21 0
14 Aug 2008 Screenshot Setting the edge color for a surface plot One minute video explains why surface plots of large datasets turn black. Author: Doug Hull edge, blacked, surf, handle graphics, tutorial, video 12 0
11 Aug 2008 Screenshot Introduction to MATLAB by Jiro 37 minute recording of the introduction to MATLAB Seminar Author: Doug Hull introduction, seminar, intro, tutorial, video 20 3
  • 3.5
3.5 | 4 ratings
04 Aug 2008 Screenshot Video Tutorial: MATLAB Basics: Twelve simple widgets have their callbacks added Video, tutorial, GUI, GUIDE, widget, edit, button, slider, popup, menu, listbox, uicontrol, table, u Author: Doug Hull guide, video, button, edit, tutorial, gui 45 3
  • 4.66667
4.7 | 3 ratings
12 Jun 2008 Screenshot Puzzler: Recursion code review Eight and a half minute video does a code review of a recursion routine. Author: Doug Hull loops, recursion, algorithm, tutorial, video, design 14 0
12 Jun 2008 Screenshot Puzzler: Algorithm design for a recursion Three minute video discusses the plan for an algorithm that uses recursion Author: Doug Hull loops, verification, recursion, algorithm, tutorial, video 10 0
06 Jun 2008 Screenshot Conways Game of Life with classes Ten minute video shows a class of objects being built in MATLAB to implement Conways Game of Life Author: Doug Hull oo, oop, class, object, tutorial, methods 53 1
  • 4.0
4.0 | 1 rating
14 May 2008 Screenshot Video Tutorial: MATLAB Basics: Accesing data from one widget from another Four and a half minute video shows how to access data from one GUIDE widget from the callback of a d Author: Doug Hull hmi, callbacks, user interface, gui, tutorial, video 17 0
06 May 2008 Screenshot Video: GUIDE Basics Tutorial Five minute video about building GUIs in MATLAB. Author: Doug Hull gui, guide, video, tutorial, primer, introduction 403 50
  • 4.45833
4.5 | 49 ratings
15 Apr 2008 Screenshot Video Tutorial: MATLAB Basics: Interpolating over missing data Three minute video shows how to interpolate over missing data Author: Doug Hull spline, interpolation, fitting, linear, tutorial, curve fitting 34 0
10 Apr 2008 Screenshot Video Tutorial: MATLAB Basics: Debugging with dbstop if error Two minute video shows how to use dbstop if error to debug Author: Doug Hull debugging, debugger, breakpoint, debug, tutorial, video 14 0
03 Apr 2008 Screenshot Video Tutorial: MATLAB Basics: Evaluating, plotting and fitting polynomials Five minute video shows the basics of polynomials in MATLAB Author: Doug Hull polynomials, polynomial, tutorial, polyfit, video, polyval 11 0
02 Apr 2008 Screenshot Video Tutorial: MATLAB Basics: Cell arrays for holding different data types Three minute video shows the basics of cell arrays Author: Doug Hull data, spreadsheet, cell array, cell, tutorial, video 28 0
  • 1.0
1.0 | 2 ratings
02 Apr 2008 Screenshot Video tutorial: Advanced MATLAB: Making background timer objects Two and a half minute video shows how to make a simple timer object Author: Doug Hull cron, timer, tutorial, video, background 24 0
24 Mar 2008 Screenshot Video Tutorial: MATLAB Basics: How to add a table display to your GUI Four minute video discusses tables in a GUI Author: Doug Hull uitable, tutorial, gui, table, video, uicontrol 55 4
  • 5.0
5.0 | 2 ratings
19 Mar 2008 Screenshot Video Tutorial: MATLAB Basics: Toolbar editor Four minute video discusses inputs to GUIDE callbacks Author: Doug Hull gui, toolbar, tutorial, video, menu 18 0
17 Mar 2008 Screenshot Video tutorial: Advanced MATLAB: Exploring the inputs passed to GUIDE callbacks Four minute video discusses inputs to GUIDE callbacks Author: Doug Hull handles, callbacks, guidata, tutorial, set, hg 22 0
11 Mar 2008 Screenshot Video tutorial: Advanced MATLAB: Capturing the mouse movement with callbacks Three and a half minute video shows how to capture mouse movement Author: Doug Hull click, interactive, callbacks, tutorial, hg, video 56 0
10 Mar 2008 Screenshot Video tutorial: Practical example: Making a hex grid for sampling part 2 Four minute video shows how to place a grid of data points in a figure for sampling Author: Doug Hull fill, grid, tutorial, polygon, video, sampling 16 1
  • 4.0
4.0 | 1 rating
07 Mar 2008 Screenshot Video tutorial: Practical example: Making a hex grid for sampling Eight minute video shows how to place a grid of data points in a figure for sampling Author: Doug Hull fill, polygon, tutorial, random, video, sampling 19 2
  • 2.0
2.0 | 2 ratings
27 Feb 2008 Screenshot Video tutorial: Advanced MATLAB: Call Simulink from MATLAB Minute and a half video shows how to call Simulink from MATLAB Author: Doug Hull batch, simulation, simulink, tutorial, video, sim 34 0
  • 4.0
4.0 | 1 rating
26 Feb 2008 Screenshot Video tutorial: Advanced MATLAB: Dynamic field names in structures Two minute video shows an excellent way to refer to fields in structure dynamically. Author: Doug Hull dynamic, eval, tutorial, field, video, structure 12 0
19 Feb 2008 Screenshot Video Tutorial: MATLAB Basics: Structures of arrays vs Arrays of structures Five minute video shows the use of Structures of arrays and Arrays of structure Author: Doug Hull cell, array, tutorial, video, structure 26 1
  • 5.0
5.0 | 1 rating
18 Feb 2008 Screenshot Video tutorial: Advanced MATLAB: Subplots Four minute video shows how to put multiple axes on a figure Author: Doug Hull subplot, axes, plot, layout, tutorial, video 36 1
15 Feb 2008 Screenshot Video Tutorial: MATLAB Basics: Reading the directory listing automatically Two minute video shows how to get a directory listing Author: Doug Hull batch, ls, dir, tutorial, video, files 27 1
13 Feb 2008 Screenshot Video tutorial: Advanced MATLAB: Debugging logical tests that rarely fail Four and a halg minute video shows a simplified debugging session Author: Doug Hull logical, debug, tutorial, video, error 9 0
11 Feb 2008 Screenshot Video tutorial: Timing things in MATLAB One minute video shows how to time events with tic, toc, clock and etime. Author: Doug Hull clock, tic, etime, tutorial, video, today 13 0
28 Jan 2008 Screenshot Video tutorial: Practical example: Highlight related points on seperate axes Eleven minute video highlights related points in two plots with callbacks. Author: Doug Hull click, highlight, buttongdownfcn, pair callback, tutorial, video 13 0
18 Jan 2008 Screenshot Generate random points in a polygon Tne minute video modifies a stock example to generate a random polygon and place random points in it Author: Doug Hull polygon, triangle, outside, inside, tutorial, video 36 1
  • 4.0
4.0 | 1 rating
07 Jan 2008 Screenshot Video: Cool Feature: VIP Demos Three and a half minute video shows two Video procesing demos Author: Doug Hull tracking, mosaic, vip, image, ip, tutorial 51 0
27 Dec 2007 Screenshot Video Tutorial: MATLAB Basics: Varargin and nargin for variable inputs to functions Three minute video discusses how to use varargin and nargin to get a variable number of inputs. Author: Doug Hull varargin nargin, input, video, tutorial, varargout, defaults 48 2
  • 5.0
5.0 | 2 ratings
27 Dec 2007 Screenshot Video Tutorial: MATLAB Basics: "Switch case" vs. "If elseif" Video, tutorial, switch, case, if, then, else, elseif Author: Doug Hull if, then, case, tutorial, else, video 20 0
26 Dec 2007 Screenshot Video tutorial: Advanced MATLAB: Capturing data from an instrument Five and a half minute video builds captures data from an instrument. Author: Doug Hull instrument control, ic, tutorial, video, daq, oscope 19 0
26 Dec 2007 Screenshot Video tutorial: Practical example: Intersecting a circle with a line series Nine minute video builds solves a practical example of intersecting a circle with line segments. Author: Doug Hull circle, time series, algorithm, line, intersect, tutorial 17 0
26 Dec 2007 Screenshot Video Tutorial: MATLAB Basics: Nested functions Four and a half minute video discusses scoping of variables in nested subfunctions Author: Doug Hull subfunction, global, function, tutorial, video, nested 17 0
14 Dec 2007 Screenshot Video Tutorial: MATLAB Basics: Logicals in IF statements Five minute video shows how to use logical values in IF THEN statements Author: Doug Hull if, logical, then, control flow, logic, binary 3 0
14 Dec 2007 Screenshot Video Tutorial: MATLAB Basics: Updating graphics explicitly with DRAWNOW Two and a half minute video builds uses DRAWNOW to explicitly call for graphical updates. Author: Doug Hull pause, graphics, plot, tutorial, drawnow, video 19 0
04 Dec 2007 Screenshot Video Tutorial: MATLAB Basics: Button change Two and a quarter minute video shows how to change the string on a button in a GUI when pushed. Author: Doug Hull toggle, button, callbacks, gui, tutorial, hg 13 0
04 Dec 2007 Screenshot Video: MATLAB Basics: Programmatic GUIs Eight and a half minute video builds a GUI without using GUIDE. Author: Doug Hull plot, gui, tutorial, hold, video, mutiple 36 2
  • 5.0
5.0 | 1 rating
03 Dec 2007 Screenshot Video: Advanced MATLAB: DAQ Three minute video shows how to get live data from a DAQ system Author: Doug Hull real time, analoginput, tutorial, video, soundcard, daq 21 0
  • 5.0
5.0 | 1 rating
28 Nov 2007 Screenshot Video: MATLAB Basics: Parsing MATLAB code Video, tutorial, code, debug, debugger Author: Doug Hull debugger, debug, tutorial, code, video 20 0
28 Nov 2007 Screenshot Video: MATLAB Basics: Functions and subfunctions in MATLAB Video, tutorial, function, subfunction Author: Doug Hull subfunction, function, tutorial, video 26 1
  • 5.0
5.0 | 1 rating
26 Nov 2007 Screenshot Video tutorial: Practical example: Reading Excel data into MATLAB Four minute video, about reading Excel data into MATLAB Author: Doug Hull video, xls, excel, tutorial, import 78 2
  • 5.0
5.0 | 3 ratings
21 Nov 2007 Screenshot Video: Coaching: Debugging a GUI popup Fifteen minute video shows the debugging of a GUI Author: Doug Hull popup, debug, coaching, menu, video, tutorial 15 2
  • 3.0
3.0 | 2 ratings
19 Nov 2007 Screenshot Video: Practical example: Alpha data on isosurface Three and a half minute video shows how to set transparency based on data values. Author: Doug Hull alpha, surface, isosurface, 3d, tutorial, video 16 0
15 Nov 2007 Screenshot MakeColorMap Makes colormaps that smoothly blend from one color to another to optionally a third. Author: Doug Hull data, graphics, colormap, customization, plot, smooth 50 1
  • 5.0
5.0 | 1 rating
15 Nov 2007 Screenshot Video: Practical example: Making a colormap 2 of 2 Thirteen and a half minute video shows how to set transparency based on data values. Author: Doug Hull algorithm, colormap, tutorial, video, colorbar 18 0
15 Nov 2007 Screenshot Video: Practical example: Making a colormap 1 of 2 Nine and a half minute video shows an algorithm being developed Author: Doug Hull algorithm, colormap, tutorial, video, colorbar 27 0
13 Nov 2007 Screenshot Video: Advanced MATLAB: Compiling Two and a half minute video shows how to compile a simple GUI Author: Doug Hull exe, deploytool, gui, mcc, deploy, tutorial 82 3
  • 4.66667
4.7 | 3 ratings
08 Nov 2007 Screenshot Video: MATLAB Basics: UIGETFILE an easy way to select a file. One and a half minute video shows how to use UIGETFILE Author: Doug Hull file, select, intro, basics, tutorial, uigetfile 21 3
  • 4.0
4.0 | 1 rating
02 Nov 2007 Screenshot Video: GUIDE Advanced Techniques Advanced techniques in GUI building with GUIDE. Techniques include: multi-window GUIs, application. Author: Doug Hull setappdata, cad2mat, getappdata, gui, robot, video 242 40
  • 4.68085
4.7 | 48 ratings
02 Nov 2007 Screenshot Video tutorial: Dynamic GUIs with GUIDE Five minute video showing how to change a GUI while it is running, make buttons appear and disappear Author: Doug Hull video tutorial, video, gui, guide, graphical user interf... 20 11
  • 4.13333
4.1 | 15 ratings
02 Nov 2007 Screenshot Video tutorial:Building a GUI for reading Excel data into MATLAB Fourteen minute video, about building a GUI for reading Excel data into MATLAB Author: Doug Hull excel, gui, graphical user interf..., video tutorial, guide, video 85 1
  • 4.66667
4.7 | 3 ratings
02 Nov 2007 Screenshot Video tutorial: Practical example: Fractal count fifteen minute video showing the development of a simple algorithm. Author: Doug Hull edge, introduction, movie, primer, intro, tutorial 24 3
  • 2.66667
2.7 | 3 ratings
02 Nov 2007 Screenshot Video: MATLAB Basics: GUI background One and a half minute video shows how to set a background image for your GUI. Author: Doug Hull image, gui, tutorial, imshow, video, guide 42 1
  • 5.0
5.0 | 4 ratings
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: storing data in a matrix Three minute video shows how to store data calculated in a loop into a vector to plot later. Author: Doug Hull primer, basics, tutorial, video tutorial, video 41 3
  • 4.0
4.0 | 2 ratings
02 Nov 2007 Screenshot Video tutorial: Practical Example: Adding calculations to a GUI for reading Excel data into MATLAB Five minute video adds calculations to GUI for reading and displaying Excel data Author: Doug Hull excel, gui, video tutorial, video, guide, graphical user interf... 27 0
02 Nov 2007 Screenshot Video tutorial: Practical Example: Linking images for pan and zoom Six minute video of how to link images for panning and zooming. Author: Doug Hull zoom, linakaxes, tutorial, pan, video 13 1
  • 5.0
5.0 | 1 rating
02 Nov 2007 Screenshot Video tutorial: Practical Example: Refactoring a script into a function Five minute video, about refactoring a script into a function Author: Doug Hull refactoring, tutorial, programing, video tutorial, video 23 0
02 Nov 2007 Screenshot Video Tutorial: Advanced MATLAB: Buttondownfcn Two and a half minute video shows how to us buttondownfcn to get the current point. Author: Doug Hull currentpoint, tutorial, ginput, callbacks, hg, video 28 1
02 Nov 2007 Published M-Files Video tutorial: MATLAB Basics: Solving linear equations Two and a half minute video showing how to solve a system of equations in MATLAB. Author: Doug Hull system of equations, linear algebra, intro, basics, tutorial, video 34 2
  • 1.0
1.0 | 1 rating
02 Nov 2007 Screenshot Video tutorial: Gallery of surface plots Three minute video shows how to visualise surface data Author: Doug Hull surf, mesh, primer, plot, surface, basics 13 0
02 Nov 2007 Screenshot Video tutorial: Practical Example: Clipboard Two minute video shows how to copy data to and from the clipboard programatically. Good for GUIs Author: Doug Hull paste, gui, clipboard, tutorial, copy, video 11 0
02 Nov 2007 Screenshot Video Tutorial: Cleaner Code in MATLAB Part 2 Four minute video shows how to write better code Author: Doug Hull tutorial, programming, code, video 14 1
  • 4.5
4.5 | 2 ratings
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: Colormaps Two and a half minute video showing how to use colormaps in MATLAB Author: Doug Hull bone, hot, colormap, jet, intro, basics 16 1
  • 4.0
4.0 | 1 rating
02 Nov 2007 Screenshot Video Tutorial: Cleaner Code in MATLAB Part 1 Three minute video shows how to write better code Author: Doug Hull tutorial, programming, code, video 14 1
  • 5.0
5.0 | 1 rating
02 Nov 2007 Screenshot Video Tutorial: MATLAB Basics: Vector expansion Two minute video explains scalar and vector expansion. Author: Doug Hull matrix, scalar, math, tutorial, video, expansion 16 0
02 Nov 2007 Screenshot Video: MATLAB Basics: Subsets of a matrix, absolute and logical indexing Four and a half minute video shows how to pull data from a matrix by absolute and logical indexing. Author: Doug Hull video tutorial basics..., video 13 0
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: Using NaN as placeholder data for graphics One and a half minute video shows how to use NaN in graphics to leave gaps in a plot. Author: Doug Hull graphics, placeholder, find, intro, basics, tutorial 15 0
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: Concatenating vectors Three minute video shows how to concatenate vectors, even if they are different lengths. Author: Doug Hull concatinate, cat, matrix, basics, intro, tutorial 18 2
  • 4.0
4.0 | 1 rating
02 Nov 2007 Screenshot Video tutorial: Cool Feature: Configurations Two minute video shows how to use configurations to easily drive a function for testing. Author: Doug Hull desktop, cool, testing, harness, video, editor 12 1
  • 2.0
2.0 | 1 rating
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: Sorting a matrix by rows One minute video shows the basics of SORT and SORTROWS Author: Doug Hull sortrows, intro, basics, tutorial, video, sort 13 0
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: Subsets of a matrix, row and column indexing Four minute video shows how to pull data from a matrix by row and column number. Author: Doug Hull primer, basics, indexing, video tutorial, video 15 0
02 Nov 2007 Screenshot Video tutorial: MATLAB Basics: Interleaving data with find Four minute video shows how to use find to interleave data from different matrices into one matrix. Author: Doug Hull matrix, find, intro, basics, tutorial, video 21 0
02 Nov 2007 Screenshot Video Tutorial: MATLAB Basics: GUI input validation Two minute video shows how to validate GUI input. Author: Doug Hull input, error trapping, validation, gui, tutorial, video 21 0
02 Nov 2007 Screenshot Video Tutorial: MATLAB Basics: Automatic report generation in MATLAB Four minute video shows how to generate reports in MATLAB Author: Doug Hull pdf, tutorial, publication, video, reports 17 0
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com