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 02, 2017
  3. Jan 31, 2017
  4. Jul 05, 2016
  5. Feb 12, 2009
  6. Mar 27, 2008
  7. Mar 20, 2008
  8. Mar 11, 2008
  9. Mar 07, 2008
  10. Mar 06, 2008
  11. Jan 08, 2008
  12. Dec 14, 2007
  13. Nov 21, 2007
Loading