Rank: 710 based on 97 downloads (last 30 days) and 4 files submitted
photo

Adam Auton

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Adam View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Oct 2009 Screenshot Red Blue Colormap A colormap from bright blue, through white, and then to bright red. Author: Adam Auton colormap red blue 48 3
  • 5.0
5.0 | 3 ratings
28 Mar 2009 Median Polish Fits an additive model using Tukey's median polish procedure. Author: Adam Auton median polish, statistics, data exploration 2 1
  • 4.0
4.0 | 1 rating
26 Mar 2007 Normalised Partial Energy Sequence Calculate the Normalised Power Energy Sequence for a given vector Author: Adam Auton time frequency, wavelets, npes wavelets, energy sequence, npes, signal processing 1 0
26 Mar 2007 wmean Weighted Mean or Average Author: Adam Auton statistics, probability, weighted mean or aver... 46 2
  • 4.5
4.5 | 2 ratings
Comments and Ratings by Adam View all
Updated File Comments Rating
26 Jul 2011 Custom Data Cursor This function allows a user to label each point in a data series with custom labels. Author: Dave Van Tol

Excellent - makes the whole process much easier

26 Jul 2011 Custom Data Cursor This function allows a user to label each point in a data series with custom labels. Author: Dave Van Tol
28 Oct 2010 lscatter : scatter plot with labels instead of markers Similar to ML's scatter command, but allows you to use separate labels for each point. Author: Yvan Lengwiler
08 Jul 2009 MySQL Database Connector Connect to MySQL database. Author: Robert Almgren

This function is excellent... Easy to use and fast. My only gripe is that it doesn't work with the 64bit OS X version of MySQL. It compiles using the 64bit libraries, but crashes MATLAB when you use the 'open' command. As outlined in a previous comment, you need to uninstall the 64bit version of MySQL and replace it with the 32bit version.

25 Nov 2008 MySQL Database Connector Connect to MySQL database. Author: Robert Almgren
Comments and Ratings on Adam's Files View all
Updated File Comment by Comments Rating
28 Dec 2010 Red Blue Colormap A colormap from bright blue, through white, and then to bright red. Author: Adam Auton Harrison, Cheryl

Just what I was looking for

02 Dec 2010 Median Polish Fits an additive model using Tukey's median polish procedure. Author: Adam Auton Inema

Hello Adam,

Nice Submission. I believe the final x matrix is the residual values and the matrix that you labeled resid is actually the fitted values; however I am not 100% sure. Maybe should check this and change the comments and labeling accordingly.

Regards

21 Oct 2010 Red Blue Colormap A colormap from bright blue, through white, and then to bright red. Author: Adam Auton Vanwolleghem, Mathias
08 Jan 2010 Red Blue Colormap A colormap from bright blue, through white, and then to bright red. Author: Adam Auton Campbell, Rob

Thankyou: nice colormap. What do you think of this? A neater way to obtain c:

n = fix(0.5*m);
r = [(0:1:n-1)/n,ones(1,n)];
g = [(0:n-1)/n, (n-1:-1:0)/n];
b = [ones(1,n),(n-1:-1:0)/n];
c = [r(:), g(:), b(:)];

09 Oct 2009 Red Blue Colormap A colormap from bright blue, through white, and then to bright red. Author: Adam Auton Xianmin

The function "colormapeditor" from MATLAB will be helpful to customizer the colormap

Top Tags Applied by Adam
statistics, colormap red blue, data exploration, energy sequence, npes
Files Tagged by Adam View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Oct 2009 Screenshot Red Blue Colormap A colormap from bright blue, through white, and then to bright red. Author: Adam Auton colormap red blue 48 3
  • 5.0
5.0 | 3 ratings
28 Mar 2009 Median Polish Fits an additive model using Tukey's median polish procedure. Author: Adam Auton median polish, statistics, data exploration 2 1
  • 4.0
4.0 | 1 rating
26 Mar 2007 Normalised Partial Energy Sequence Calculate the Normalised Power Energy Sequence for a given vector Author: Adam Auton time frequency, wavelets, npes wavelets, energy sequence, npes, signal processing 1 0
26 Mar 2007 wmean Weighted Mean or Average Author: Adam Auton statistics, probability, weighted mean or aver... 46 2
  • 4.5
4.5 | 2 ratings

Contact us at files@mathworks.com