Rank: 383 based on 194 downloads (last 30 days) and 6 files submitted
photo

Arnaud Laurent

E-mail

Personal Profile:
Professional Interests:
oceanography, ecology, modelling

 

Watch this Author's files

 

Files Posted by Arnaud View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Dec 2012 Percent completion in a loop Display the percentage of loop done. Author: Arnaud Laurent loop, completion, percent 2 0
27 Nov 2012 Screenshot Adjust grid color Adjust x, y and/or z grid color Author: Arnaud Laurent grid color plot 6 0
26 Mar 2009 Polar/cartesian into degree north reference Set of function to convert polar/cartesian coordinates into degrees north and inversely. Author: Arnaud Laurent cartesian polar degre... 20 1
06 Feb 2009 Screenshot Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent errorbar, error bars, cap, confidence interval, error bar cap, errorbar width 148 13
  • 4.86667
4.9 | 15 ratings
29 Jan 2009 Student distribution value This function retrieve the student distribution value for a given alpha and degree of freedom value. Author: Arnaud Laurent tvalue, student, t test 5 1
Comments and Ratings by Arnaud View all
Updated File Comments Rating
14 Aug 2009 Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent

Re: thanks for your input Sathish, you're right the script wasn't made for log scale. I'll update the file to take care of that.

21 Apr 2009 freezeColors / unfreezeColors Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. Author: John Iversen

Thanks, you solved my problem! Nice work.

Comments and Ratings on Arnaud's Files View all
Updated File Comment by Comments Rating
12 May 2013 Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent LDELBENE

What about if the x axis is in log scale?

08 Feb 2013 Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent J

This function is really helpful!

Note that if you simply find and replace "x" with "y" throughout the code, it then works on horizontal error bars generated by, for example, errorbar_x.

Josh

15 Oct 2012 Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent Emily

31 Aug 2012 Polar/cartesian into degree north reference Set of function to convert polar/cartesian coordinates into degrees north and inversely. Author: Arnaud Laurent janez

cart2compass engine can be simplified - you don't need three 'find'-s.

degN: angle in degree north system (N = 0 degrees, E = 90 degrees)
deg: cartesian angle (E = 0 degrees, N = 90 degrees)

then it follows:

degN = 90 - deg;
idx = find(degN < 0);
degN(idx) = degN(idx) + 360;

output:
deg =

0 45 90 135 180 225 270 315 360

degN =

90 45 0 315 270 225 180 135 90

regards!

15 Aug 2012 Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent Whitmire, Amanda

I really like this function, but I wish it also worked on horizontal error bars (FEX function herrorbar). Otherwise, this is very handy.

Top Tags Applied by Arnaud
cartesian polar degree north convert reference, clear keep erase, completion, confidence interval, error bars
Files Tagged by Arnaud View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Dec 2012 Percent completion in a loop Display the percentage of loop done. Author: Arnaud Laurent loop, completion, percent 2 0
27 Nov 2012 Screenshot Adjust grid color Adjust x, y and/or z grid color Author: Arnaud Laurent grid color plot 6 0
26 Mar 2009 Polar/cartesian into degree north reference Set of function to convert polar/cartesian coordinates into degrees north and inversely. Author: Arnaud Laurent cartesian polar degre... 20 1
06 Feb 2009 Screenshot Adjust error bar width Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). Author: Arnaud Laurent errorbar, error bars, cap, confidence interval, error bar cap, errorbar width 148 13
  • 4.86667
4.9 | 15 ratings
29 Jan 2009 Student distribution value This function retrieve the student distribution value for a given alpha and degree of freedom value. Author: Arnaud Laurent tvalue, student, t test 5 1

Contact us