Rank: 225 based on 311 downloads (last 30 days) and 10 files submitted
photo

Denis Gilbert

E-mail
Company/University
Inst Maurice Lamontagne
Lat/Long
48.53200149536133, -68.39299774169922

Personal Profile:

I am an oceanographer working for the Department of Fisheries and Oceans Canada. I obtained my Ph. D. from Dalhousie University in 1990 and now work on ocean climate variability at the Maurice-Lamontagne Institute in Mont-Joli, Québec, Canada. More at http://www.meds-sdmm.dfo-mpo.gc.ca/sdb-bds/profile-profil.do?lang=eng&id=200

Professional Interests:
oceanography, statistics, hypoxia, Argo profiling floats

 

Watch this Author's files

 

Files Posted by Denis View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Sep 2004 Screenshot resize_legend Changes LEGEND fontsize. Author: Denis Gilbert legend, fontsize, annotation, customization, resize, graphics 11 3
  • 5.0
5.0 | 4 ratings
14 May 2004 M-file Header Template Promotes better m-file documentation by encouraging authors to produce informative headers. Author: Denis Gilbert function, article, header, h1 line, inputs, mfile header 40 10
  • 4.25
4.2 | 8 ratings
25 Mar 2003 Screenshot XTICKLABEL_ROTATE90 Rotate numeric Xtick labels by 90 degrees. Author: Denis Gilbert 90 degrees, xticklabel, xtick, customization, rotate, annotation 43 4
  • 4.125
4.1 | 8 ratings
26 Apr 2002 double2ascii Writes double array X to an output ASCII file. Author: Denis Gilbert data import, data export, double2ascii, ascii, double array, exporting variables 2 0
19 Feb 2002 Screenshot plotxx.m PLOTXX Create graphs with x axes on both top and bottom Author: Denis Gilbert plotyy, axis, multiple, x, plotting, axes 98 15
  • 3.83333
3.8 | 12 ratings
Comments and Ratings on Denis' Files View all
Updated File Comment by Comments Rating
13 Mar 2012 plotyyy PLOTYYY - Extends plotyy to include a third y-axis Author: Denis Gilbert lin, qiong

Hi,

First thanks for writing such a useful code. I have to add up to three axis and plotyyy works fine.

But the code only generates in new figure, and I didn't manage to generate the three axes into existing figure despite hard trying. Can you please show me how to solve the problem ?

To force the axes to generate in my existing figure, the code
'figure('units','normalized','DefaultAxesXMinorTick','on','DefaultAxesYminorTick','on')' in plotyyy.m is put in comment; plus, position unit converted in centimeter as is the case in my own figure.

The axis 1 and 2 show up, but not the third axis!!

Please any help would be really appreciated.

31 Jan 2012 nancorrcoef Pearson's correlation for vectors with NaNs Author: Denis Gilbert Pete

Unfortunately this script appears to be largely redundant given the built-in functionality of corrcoef.m. For example, I believe the following are equivalent:
nancorrcoef(A,B)
corrcoef(A,B,'rows','complete')

Moreover, unlike corrcoef this script only works with 2 variables - a serious limitation. Thus, though nicely written, there appears little reason to use this script. That said, it does have one unique feature in that it provides built-in checks/info on the proportion of NaN data. This is a nice idea, and perhaps the script could be re-written as a wrapper to corrcoef whilst retaining this convenient functionality.

Pros:
- Clearly written and well-documented
- Provides convenient checks on the proportion of NaN data

Cons:
- Only works with 2 variables
- Is largely redundant (can be done directly with corrcoef.m)

02 Aug 2011 plotxx.m PLOTXX Create graphs with x axes on both top and bottom Author: Denis Gilbert Guillory, Joffray
01 Aug 2011 plotyyy PLOTYYY - Extends plotyy to include a third y-axis Author: Denis Gilbert Barrios, Miguel Ignacio

good, thanks

28 Jun 2011 M-file Header Template Promotes better m-file documentation by encouraging authors to produce informative headers. Author: Denis Gilbert Bosler, Peter

This is great. My only suggestion would be to add a "TO DO : " block to help out next versions of the code.

Top Tags Applied by Denis
annotation, axes, customization, h1 line, plotting
Files Tagged by Denis View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
28 Sep 2004 Screenshot resize_legend Changes LEGEND fontsize. Author: Denis Gilbert legend, fontsize, annotation, customization, resize, graphics 11 3
  • 5.0
5.0 | 4 ratings
14 May 2004 M-file Header Template Promotes better m-file documentation by encouraging authors to produce informative headers. Author: Denis Gilbert function, article, header, h1 line, inputs, mfile header 40 10
  • 4.25
4.2 | 8 ratings
25 Mar 2003 Screenshot XTICKLABEL_ROTATE90 Rotate numeric Xtick labels by 90 degrees. Author: Denis Gilbert 90 degrees, xticklabel, xtick, customization, rotate, annotation 43 4
  • 4.125
4.1 | 8 ratings
26 Apr 2002 double2ascii Writes double array X to an output ASCII file. Author: Denis Gilbert data import, data export, double2ascii, ascii, double array, exporting variables 2 0
19 Feb 2002 Screenshot plotxx.m PLOTXX Create graphs with x axes on both top and bottom Author: Denis Gilbert plotyy, axis, multiple, x, plotting, axes 98 15
  • 3.83333
3.8 | 12 ratings

Contact us at files@mathworks.com