Skip to content
Snippets Groups Projects
  1. Mar 27, 2017
    • jacques.grelet_ird.fr's avatar
      use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon... · 3db777cb
      jacques.grelet_ird.fr authored
      use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon file. Under the compiled version, icon path was bad
      Add directory tsg_tools/icons with tool iconRead used to transform .gif and .jpeg to .mat CData  
      Add test with version > R2014b using root properties as get(0, 'Units'), that failed with compiler.
      if verLessThan('matlab','8.4')
        set(0,'Units','normalized');
        guiLimits = get(0,'ScreenSize');
      else
        r = groot;
        r.Units = 'normalized';
        guiLimits = r.ScreenSize;
      end
      
      3db777cb
  2. Feb 01, 2017
  3. Jan 28, 2017
  4. Jan 27, 2017
  5. Jan 23, 2017
  6. Jan 17, 2017
  7. Jul 05, 2016
  8. Jan 20, 2016
  9. Jan 14, 2016
  10. Jan 13, 2016
  11. May 19, 2015
  12. May 06, 2015
  13. May 04, 2015
  14. Apr 30, 2015
  15. Dec 05, 2014
  16. Nov 04, 2014
  17. Nov 03, 2014
  18. Nov 01, 2014
  19. Aug 26, 2014
    • jacques.grelet_ird.fr's avatar
      G. Alory · 036b1a3e
      jacques.grelet_ird.fr authored
      Adapté aux navires de recherche en station: l'alerte n'est maintenant émise que si la position du navire à la date de la donnée externe est à plus de 5 km de la position de la donnée externe
      036b1a3e
  20. Jun 24, 2013
  21. Jun 04, 2013
  22. Apr 09, 2013
  23. Jan 28, 2013
  24. Jan 16, 2013
  25. Jan 14, 2013
  26. Jan 30, 2012
  27. Jan 17, 2012
  28. Jan 13, 2012
  29. Jan 10, 2012
  30. Nov 24, 2011
  31. Oct 28, 2011
  32. Sep 28, 2011
Loading