Rank: 665 based on 125 downloads (last 30 days) and 6 files submitted
photo

Andrew Hastings

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Andrew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2005 Screenshot smoothLine A function that will create a smooth line plot Author: Andrew Hastings graph types, smoothing, plot, line, plotting, graphics 100 13
  • 3.16667
3.2 | 13 ratings
21 Nov 2005 cursor Produces an axis crosshair, allows user to click a point. Author: Andrew Hastings annotation, customization, crosshairs, cursor, axis position, graphics 3 0
30 Jun 2004 chopDigit Remove unwanted digits from numbers. Author: Andrew Hastings round extra digits 3 6
  • 3.5
3.5 | 4 ratings
01 Jun 2004 cubicSpline Accurate method to produce a curve through data points. Author: Andrew Hastings integration, curved lines, spline, cubic, data points, accurate 14 5
  • 2.0
2.0 | 4 ratings
31 Oct 2002 moveaxis Function used to move any axes. (Modified legend moveaxis) Author: Andrew Hastings annotation, customization, move, axis, mouse positioning, graphics 3 1
Comments and Ratings on Andrew's Files View all
Updated File Comment by Comments Rating
28 Apr 2012 smoothLine A function that will create a smooth line plot Author: Andrew Hastings Simon, Jan

My bad review is based on two arguments: 1. this function is trivial, because INTERP1 solves the problem already. 2. I see that e.g. Jaakko Seppälä used this code to smooth a diagram for a publication, but he does not understand the mathematical background and the limitations of this method. Therefore his diagrams are not nicer, but faked. This is a bad scientific practice. If the exactness of diagrams are really less important than their beauty, use Photoshop and Powerpoint for publications.

07 Jul 2011 cubicSpline Accurate method to produce a curve through data points. Author: Andrew Hastings Alexandre

it shouldn't announce to be faster than spline itself, but it is well explained and it is good for beginners like me that are more concerned to learn than to use the matlab inbuilt functions.
thanks Andrew

02 Apr 2011 smoothLine A function that will create a smooth line plot Author: Andrew Hastings Danny

This function was exactly what I needed. The smooth lines it created were so close to my actual data points, much better than spline. I don't know why people are writing bad reviews, it does exactly what it says.

02 Apr 2011 smoothLine A function that will create a smooth line plot Author: Andrew Hastings Danny
05 Feb 2011 smoothLine A function that will create a smooth line plot Author: Andrew Hastings Aashish

should
 x(1):(x(2)- x(1))/smoothAmt:x(end)
be
 x(1):(x(end)-x(1))/smoothAmt:x(end) ??
Otherwise there is not guarantee that the mesh will span from the first point all the way to the last point.

Top Tags Applied by Andrew
graphics, annotation, customization, accurate, axis
Files Tagged by Andrew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2005 Screenshot smoothLine A function that will create a smooth line plot Author: Andrew Hastings graph types, smoothing, plot, line, plotting, graphics 100 13
  • 3.16667
3.2 | 13 ratings
21 Nov 2005 cursor Produces an axis crosshair, allows user to click a point. Author: Andrew Hastings annotation, customization, crosshairs, cursor, axis position, graphics 3 0
30 Jun 2004 chopDigit Remove unwanted digits from numbers. Author: Andrew Hastings round extra digits 3 6
  • 3.5
3.5 | 4 ratings
01 Jun 2004 cubicSpline Accurate method to produce a curve through data points. Author: Andrew Hastings integration, curved lines, spline, cubic, data points, accurate 14 5
  • 2.0
2.0 | 4 ratings
31 Oct 2002 moveaxis Function used to move any axes. (Modified legend moveaxis) Author: Andrew Hastings annotation, customization, move, axis, mouse positioning, graphics 3 1

Contact us at files@mathworks.com