Skip to content
Snippets Groups Projects
Commit cf700bdf authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

update patch description for m_grid (m_map)

parent 39d60351
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,19 @@ and release from R2008b with m_grid function. ...@@ -21,6 +21,19 @@ 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 In line 345 and 419 I must cast xx and yy variable to double otherwise call text
function failed. 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. 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 In the last package 1.4e, inside the file contents.m, Version number is still to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment