Skip to content
Snippets Groups Projects
  1. Sep 11, 2018
    • jacques.grelet_ird.fr's avatar
      v1.48.5rc3 (2018-09-11) · 421246fd
      jacques.grelet_ird.fr authored
      + add command line argument DEBUGGING option
      + remove tsg_icon from matlabpath at the end of tsgqc program
      + swap and improve error message in read_Climatology function
      + add climatology menu on map to disable/enable 2D climatology
      + remove/comment set(hAxes(PlotNum), 'YLimMode', 'auto'); in plot_Tsg.m
      421246fd
  2. Jul 06, 2018
    • jacques.grelet_ird.fr's avatar
      update compiler project for v1.48.5 · f3fa853a
      jacques.grelet_ird.fr authored
      add multiple tests: 
       if verLessThan('matlab', '9.1.0')  % R2016b
          axes( hAxes(PlotNum) );
          line(X, Y, ...
       else
          line(hAxes(PlotNum), X, Y,
       end
      
      plot_Climatology.m
      suppress multiple call to plot_map.m 
      f3fa853a
  3. Jul 03, 2018
  4. Jun 28, 2018
  5. May 30, 2018
  6. 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
  7. Feb 02, 2017
  8. Feb 01, 2017
  9. Jan 31, 2017
  10. Jan 30, 2017
  11. Jan 28, 2017
  12. Jan 23, 2017
  13. Jan 20, 2017
  14. May 27, 2015
  15. May 19, 2015
  16. Jan 06, 2015
  17. Dec 06, 2014
  18. Dec 05, 2014
  19. Sep 30, 2013
  20. Jan 16, 2013
  21. Jan 12, 2012
Loading