Rank: 71 based on 594 downloads (last 30 days) and 13 files submitted
photo

Doug Hull

E-mail
Company/University
The MathWorks
Lat/Long
42.30036163330078, -71.34891510009766

Personal Profile:

http://blogs.mathworks.com/videos/

MATLAB user since 1994. MathWorker since 2001. Author of one MATLAB textbook, co-author of a second, contributor to a third.

Now I blog and make movies about the cases that come to me for advanced support.

Professional Interests:

 

Watch this Author's files

 

Files Posted by Doug View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Mar 2010 Screenshot Video: GUIDE Advanced Techniques Advanced techniques in GUI building with GUIDE. Techniques include: multi-window GUIs, application. Author: Doug Hull gui, guide 253 54
  • 4.73214
4.7 | 57 ratings
10 Mar 2010 Screenshot Video: GUIDE Basics Tutorial Five minute video about building GUIs in MATLAB. Author: Doug Hull gui, amazing great materia..., wow, amazing gui 185 57
  • 4.51852
4.5 | 55 ratings
30 Dec 2009 Screenshot Three-dimensional reconstruction from planar slices. Solid object reconstructed from slice images in parallel planes. Author: Doug Hull reconstruction, slices, volume visualization, feature extraction, image registration, three dimensional rec... 53 3
  • 4.28571
4.3 | 7 ratings
30 Dec 2009 Screenshot ZoomBox Movable, stretchable zoom box in parent axes controls axes limits in all children axes. Author: Doug Hull data exploration, zoom, pan, linked zoom, subplot, telemetry 15 6
  • 4.66667
4.7 | 3 ratings
30 Dec 2009 Screenshot PlotTasks Shows cluster utilization over time. Author: Doug Hull cluster distributed c..., dct, mdce, jobmanager 4 0
Comments and Ratings by Doug View all
Updated File Comments Rating
05 May 2010 Replace strings in text file REPLACEINFILE replaces characters in ASCII file using PERL Author: Pekka Kumpulainen
07 Jul 2009 meow.m For cat lovers everywhere. Author: Phillip M. Feldman

LOL Does indeed meow as documented.

09 Apr 2009 Animation of Leading Entry over Time This shows various things about the leading entry over time. Author: Alan Chalker

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Improvement Focus Animation This is for the Data Viz contest Author: Alan Chalker

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

09 Apr 2009 Been there done that Depicting the progression of code originality. Author: Rajiv Narayan

To answer the question of using data not normally on the MATLAB path, I offer the following modification.
 
if ~exist('contest_data.mat','file')
    warning ('This was an entry to the MATLAB programming contest (http://www.mathworks.com/contest/datavis/home.html). Please load the contest data and unzip it to place contest_data.mat on your MATLAB path.')
    web('http://www.mathworks.com/matlabcentral/fileexchange/23509?controller=file_infos&download=true')
end

Comments and Ratings on Doug's Files View all
Updated File Comment by Comments Rating
18 May 2012 Video: GUIDE Basics Tutorial Five minute video about building GUIs in MATLAB. Author: Doug Hull Emre

I cannot watch the video when I click on the image. Is there any software that I have to download?

08 May 2012 ZoomBox Movable, stretchable zoom box in parent axes controls axes limits in all children axes. Author: Doug Hull Vida

I am trying to use the zoombox, but the box does not show any data.

This is my code-- The way I am trying to call the zoombox
x=(0:0.001:25);

y = 1.5*cos(x) + 6*exp(-.1*x) + exp(.07*x).*sin(3*x);
hChildAxes = subplot(2,1,1); %child
plot([2 3 4],0)
hParentAxes = subplot(2,1,2); %parent
p=plot(hParentAxes,x,y);
ym = mean(y);
hold on
plot(hParentAxes,[min(x) max(x)],[ym ym],'Color','red')
hold off

ylab = get(hParentAxes,'YTick')
set(hParentAxes,'YTick',sort([ylab ym]))
zoomBox(hParentAxes, hChildAxes,0)

Please help!!

If you have a code that uses this and works could you share it with me please?

27 Mar 2012 Video: GUIDE Advanced Techniques Advanced techniques in GUI building with GUIDE. Techniques include: multi-window GUIs, application. Author: Doug Hull Dapuero, David

Very good video.
Very good explanation.
Thanks a lot

27 Mar 2012 Video: GUIDE Advanced Techniques Advanced techniques in GUI building with GUIDE. Techniques include: multi-window GUIs, application. Author: Doug Hull Zhang, Peter

Thx a lot Hull. This video is very helpful. And I like your tone. Very relaxed and fun.

22 Mar 2012 Video: GUIDE Basics Tutorial Five minute video about building GUIs in MATLAB. Author: Doug Hull maher

great job

Top Tags Applied by Doug
vis2009, annotation, customization, data exploration, dct
Files Tagged by Doug View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Feb 2012 Screenshot Google Earth Toolbox Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth Author: scott lee davis google, google earth, kml, kmz, earth sciences, earth 364 47
  • 4.79545
4.8 | 46 ratings
10 Mar 2010 Screenshot Video: GUIDE Advanced Techniques Advanced techniques in GUI building with GUIDE. Techniques include: multi-window GUIs, application. Author: Doug Hull gui, guide 253 54
  • 4.73214
4.7 | 57 ratings
10 Mar 2010 Screenshot Video: GUIDE Basics Tutorial Five minute video about building GUIs in MATLAB. Author: Doug Hull gui, amazing great materia..., wow, amazing gui 185 57
  • 4.51852
4.5 | 55 ratings
30 Dec 2009 Screenshot Three-dimensional reconstruction from planar slices. Solid object reconstructed from slice images in parallel planes. Author: Doug Hull reconstruction, slices, volume visualization, feature extraction, image registration, three dimensional rec... 53 3
  • 4.28571
4.3 | 7 ratings
30 Dec 2009 Screenshot ZoomBox Movable, stretchable zoom box in parent axes controls axes limits in all children axes. Author: Doug Hull data exploration, zoom, pan, linked zoom, subplot, telemetry 15 6
  • 4.66667
4.7 | 3 ratings

Contact us at files@mathworks.com