Skip to content
Snippets Groups Projects
  1. Jun 28, 2018
  2. Jun 26, 2018
  3. Jun 21, 2018
  4. 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
  5. Jan 30, 2017
  6. Jan 11, 2016
  7. May 19, 2015
  8. Dec 05, 2014
  9. Sep 30, 2013
  10. Apr 09, 2013
  11. Jan 16, 2013
  12. Apr 16, 2008
  13. Apr 08, 2008
  14. Apr 07, 2008
  15. Apr 02, 2008
  16. Apr 01, 2008
  17. Mar 28, 2008
  18. Mar 27, 2008
  19. Mar 25, 2008
  20. Jan 22, 2008
  21. Jan 21, 2008
Loading