Skip to content
Snippets Groups Projects
README 1.2 KiB
Newer Older
$Id$

Installation:
-------------
 voir fichier INSTALL

Utilisation:
------------
 Lancer le script tsgqc depuis votre repertoire courant.

Probleme avec m_map et Matlab R2009 sous windows
-----------------------------------------------
Le probleme n'existe pas sous Linux plate-forme 64 bits.

Message envoye le 27/01/2010 a rich@eos.ubc.ca
Dear Rich,

I use your m_map toolbox for several years but a discovered a pb under windows
and release from R2008b with m_grid function.

In line 345 and 419 I must cast xx and yy variable to double otherwise call text
function failed.

patch for m_grid (V1.4e):

ligne: 345
text(double(xx(k)),double(yy(k)),labs{k},'horizontal',horizk,'vertical',vertk, ...
     'rot',rotang(k),'fontsize',gfontsize*scl(k),'color',gcolor,...
     'tag','m_grid_xticklabel','fontname',gfontname);

ligne 419:
text(double(xx(k)),double(yy(k)),labs{k},'horizontal',horizk,'vertical',vertk,...
     'rot',rotang(k),'fontsize',gfontsize*scl(k),'color',gcolor,...
     'tag','m_grid_yticklabel','fontname',gfontname);


Under linux and win R2007b, variables has double type.

In the last package 1.4e, inside the file contents.m, Version number is still to
1.4d