Rank: 8 based on 1867 downloads (last 30 days) and 64 files submitted
photo

Brett Shoelson

E-mail
Company/University
MathWorks
Lat/Long
38.87422943115234, -77.1302490234375

Personal Profile:

I'm a biomedical engineer by training, but I love MATLAB and have worked as a Principal Application Engineer for MathWorks since 2005. I also co-write the Pick of the Week blog, with my friend Jiro.

Professional Interests:
(medical) image processing

 

Watch this Author's files

 

Files Posted by Brett View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Jun 2013 Screenshot clusterData Clusters an MxN array of data into an unspecified number (P) of bins. Author: Brett Shoelson data analysis, group data, cluster, number of clusters, clustering, sort data 110 3
  • 5.0
5.0 | 3 ratings
23 May 2013 Screenshot edfRead A simple file reader for European Data Formatted (EDF-) files. Author: Brett Shoelson edf european data for... 149 19
  • 4.85714
4.9 | 8 ratings
13 May 2013 Screenshot FindCirclesGUI Launches a GUI environment for the detection of circles in an image. Author: Brett Shoelson circle detection, imfindcircles, find circles, circular hough transf..., detect circles 112 3
  • 5.0
5.0 | 2 ratings
13 May 2013 Screenshot sliderPanel A new UICONTROL object with a slider as a child of a uipanel, with auto-linked edit box and labels. Author: Brett Shoelson example, gui tools, uicontrol slider pane... 66 3
  • 5.0
5.0 | 2 ratings
03 Apr 2013 Screenshot SegmentTool: An Interactive GUI for Segmenting Images Interactively find the best approach to segmenting (masking) your image Author: Brett Shoelson app, image, gui, segmentation, image processing, mask 236 11
  • 5.0
5.0 | 3 ratings
Comments and Ratings by Brett View all
Updated File Comments Rating
13 Jun 2013 ImadjustGUI Launches an interactive GUI for modifying the parameters of IMADJUST. Author: Brett Shoelson

@Nathan,
There's a radio button that says "Process planes individually." If you select that, it enables plane-by-plane adjustment. Is that not what you're looking for?
Brett

07 Jun 2013 Plot (Big) Makes MATLAB's line plots much faster. Author: Tucker McClure

Awesome!

24 May 2013 edfRead A simple file reader for European Data Formatted (EDF-) files. Author: Brett Shoelson

Hi all,
Please note that the new version (5/23/13) supports reading of a user-specified subset of signals.
Regards,
Brett

17 May 2013 edfRead A simple file reader for European Data Formatted (EDF-) files. Author: Brett Shoelson

Hi Cindy,

Clearly I'm missing something...

If you can share a file with me and explicitly explain what you'd like to read (and what you'd like to skip), I will dig in and see if I can improve this reader.

Thanks!
Brett
char(cumsum([98 16 -13 15 0 -70 69 -11 7 -10 7 7 -4 -1 -46 45 -12 19 -12 15 -8 3 -7 8 -69 53 12 -2]))

16 May 2013 exploreRGB Simple utility to view all color planes, grayscale, and colorspace conversions of an RGB image. Author: Brett Shoelson

@MM:

[Note: MM indicated to me in an email that he was getting "file 'file_open.png' not found" errors.]

I verified that 'file_open.png' is included in the zip. Would you please download the submission again and ensure that all files are on your MATLAB path?

Thanks,
Brett

Comments and Ratings on Brett's Files View all
Updated File Comment by Comments Rating
13 Jun 2013 ImadjustGUI Launches an interactive GUI for modifying the parameters of IMADJUST. Author: Brett Shoelson Shoelson, Brett

@Nathan,
There's a radio button that says "Process planes individually." If you select that, it enables plane-by-plane adjustment. Is that not what you're looking for?
Brett

12 Jun 2013 ImadjustGUI Launches an interactive GUI for modifying the parameters of IMADJUST. Author: Brett Shoelson Orloff, Nathan

I really like this. I wish you made it do imadjust on all 3 channels separately. That way you could tweak the color of an image pretty easily. Let me know if you can add this.

03 Jun 2013 externalfcn Enables calls to functions outside of the current path. Author: Brett Shoelson Dalon, Thierry

Isn't it a bit complicated for simply something like:
function [varargout]=funeval(fun,varargin)
% INPUT:
% fun: (char) full path to function file
curdir=cd;
[fundir,funname]=fileparts(fun);
cd(fundir);
[varargout{1:nargout}] =feval(funname,varargin{:})

31 May 2013 edfRead A simple file reader for European Data Formatted (EDF-) files. Author: Brett Shoelson Cindy

Works great, thanks Brett!

31 May 2013 edfRead A simple file reader for European Data Formatted (EDF-) files. Author: Brett Shoelson Cindy

Top Tags Applied by Brett
utilities, gui, directories, files, image processing
Files Tagged by Brett View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
10 Jun 2013 Screenshot clusterData Clusters an MxN array of data into an unspecified number (P) of bins. Author: Brett Shoelson data analysis, group data, cluster, number of clusters, clustering, sort data 110 3
  • 5.0
5.0 | 3 ratings
23 May 2013 Screenshot edfRead A simple file reader for European Data Formatted (EDF-) files. Author: Brett Shoelson edf european data for... 149 19
  • 4.85714
4.9 | 8 ratings
13 May 2013 Screenshot FindCirclesGUI Launches a GUI environment for the detection of circles in an image. Author: Brett Shoelson circle detection, imfindcircles, find circles, circular hough transf..., detect circles 112 3
  • 5.0
5.0 | 2 ratings
13 May 2013 Screenshot sliderPanel A new UICONTROL object with a slider as a child of a uipanel, with auto-linked edit box and labels. Author: Brett Shoelson example, gui tools, uicontrol slider pane... 66 3
  • 5.0
5.0 | 2 ratings
03 Apr 2013 Screenshot SegmentTool: An Interactive GUI for Segmenting Images Interactively find the best approach to segmenting (masking) your image Author: Brett Shoelson app, image, gui, segmentation, image processing, mask 236 11
  • 5.0
5.0 | 3 ratings

Contact us