Rank: 843 based on 84 downloads (last 30 days) and 5 files submitted
photo

Matthew Arthington

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Matthew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Jan 2012 Screenshot Align axes labels in 3D plot Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots. Author: Matthew Arthington align, rotate, xlabel, plot, 3d, label 66 5
  • 4.5
4.5 | 2 ratings
29 Aug 2010 Screenshot imsurf: 3D images Plot images as 3D planes with full control over position and scale. Author: Matthew Arthington 3d, plot, image, imshow 8 2
  • 5.0
5.0 | 2 ratings
22 Jul 2010 Recursively check fields of a structure exist Check fields of a structure exist at any depth. Can also check multiple field branches at any depth. Author: Matthew Arthington structure, field, isfield, recursive 2 0
03 Jul 2010 Local maxima and minima of a pp spline Determine the locations of local maxima and minima in a pp spline generated by pp = spline(x,Y); Author: Matthew Arthington spline, maxima, minima, mathematics, data exploration 2 4
  • 4.5
4.5 | 2 ratings
11 Jan 2010 Distance from points to an ellipse This function can calculate the geometric distance from one or more points to an ellipse in 2D. Author: Matthew Arthington mathematics, measurement, geometry 6 3
Comments and Ratings by Matthew View all
Updated File Comments Rating
08 Feb 2012 A thin MATLAB wrapper for the Git source control system Use this exactly as you would use the OS command-line Git, but from within MATLAB Author: Manu Raghavan

I agree with Matt, setting to prog to 'cat' makes this work properly.

25 Nov 2011 DRAGZOOM - Drag and zoom tool DRAGZOOM allows you to handy interactively manage the axes in figure. Author: Evgeny Pr

P.S. To make it work I also had to change line 22 of overobj2 from

fig = get(0,'PointerWindow');

to

fig = gcf;

25 Nov 2011 DRAGZOOM - Drag and zoom tool DRAGZOOM allows you to handy interactively manage the axes in figure. Author: Evgeny Pr

Hi Evgeny,

This is a great function, thank you.

I've added a modification to mine so that it doesn't change the figure name, but instead it changes the mouse cursor when it hovers over the axes. I added:

hAxesTemp = overobj2('type','axes');
if ~isempty(hAxesTemp)
set(gcf,'Pointer','fleur');
else
set(gcf,'Pointer','arrow');
end

to the end of the WindowButtonMotionCallback2D function and I'm calling overobj2 from http://undocumentedmatlab.com/blog/undocumented-mouse-pointer-functions/

14 Jun 2011 Align axes labels in 3D plot Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots. Author: Matthew Arthington

@Jveer

Yes, it does, and I've updated it so that it also works with Camera Roll too. Hope this helps.

09 Dec 2010 Local maxima and minima of a pp spline Determine the locations of local maxima and minima in a pp spline generated by pp = spline(x,Y); Author: Matthew Arthington

Thomas Clark: Adjusted as suggested.

Actually I adjusted it a while ago, but I forgot to thank you - thanks.

Comments and Ratings on Matthew's Files View all
Updated File Comment by Comments Rating
23 Jun 2011 Align axes labels in 3D plot Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots. Author: Matthew Arthington Moghaddam, Mehdi

that was perfect...just has a typing mistake.... instead of axis equal you have written axes equal....thnx

14 Jun 2011 Align axes labels in 3D plot Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots. Author: Matthew Arthington Arthington, Matthew

@Jveer

Yes, it does, and I've updated it so that it also works with Camera Roll too. Hope this helps.

14 Jun 2011 Align axes labels in 3D plot Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots. Author: Matthew Arthington Jveer

does this work if you rotate using orbit camera from cameratoolbar?

17 May 2011 imsurf: 3D images Plot images as 3D planes with full control over position and scale. Author: Matthew Arthington Arso
07 Mar 2011 Local maxima and minima of a pp spline Determine the locations of local maxima and minima in a pp spline generated by pp = spline(x,Y); Author: Matthew Arthington Darik

Much faster than fnmin -- exactly what I was looking for. Thanks a lot!

Top Tags Applied by Matthew
3d, mathematics, plot, align, data exploration
Files Tagged by Matthew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Jan 2012 Screenshot Align axes labels in 3D plot Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots. Author: Matthew Arthington align, rotate, xlabel, plot, 3d, label 66 5
  • 4.5
4.5 | 2 ratings
29 Aug 2010 Screenshot imsurf: 3D images Plot images as 3D planes with full control over position and scale. Author: Matthew Arthington 3d, plot, image, imshow 8 2
  • 5.0
5.0 | 2 ratings
22 Jul 2010 Recursively check fields of a structure exist Check fields of a structure exist at any depth. Can also check multiple field branches at any depth. Author: Matthew Arthington structure, field, isfield, recursive 2 0
03 Jul 2010 Local maxima and minima of a pp spline Determine the locations of local maxima and minima in a pp spline generated by pp = spline(x,Y); Author: Matthew Arthington spline, maxima, minima, mathematics, data exploration 2 4
  • 4.5
4.5 | 2 ratings
11 Jan 2010 Distance from points to an ellipse This function can calculate the geometric distance from one or more points to an ellipse in 2D. Author: Matthew Arthington mathematics, measurement, geometry 6 3

Contact us at files@mathworks.com