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

remove datacursormode test

parent 7a8f51ff
No related branches found
No related tags found
No related merge requests found
...@@ -54,9 +54,6 @@ ind = find( tsg.DAYD >= dateLim(1) & tsg.DAYD <= dateLim(2)); ...@@ -54,9 +54,6 @@ ind = find( tsg.DAYD >= dateLim(1) & tsg.DAYD <= dateLim(2));
latx = double(tsg.LATX); latx = double(tsg.LATX);
lonx = double(tsg.LONX); lonx = double(tsg.LONX);
dt = datacursormode;
dt.UpdateFcn = {@labeldatatips};
if ~isempty( ind ) if ~isempty( ind )
latMin = min(latx(ind) ); latMin = min(latx(ind) );
......
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