- Jun 28, 2018
-
-
jacques.grelet_ird.fr authored
update compiler projects change the logo with SNO-SSS
-
- Mar 27, 2017
-
-
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
-
- Dec 05, 2014
-
-
jacques.grelet_ird.fr authored
add date_version in tsg struct and global DATE_VERSION the date_version is displayed inside info screen and console
-
- Jan 28, 2013
-
-
jacques.grelet_ird.fr authored
use repmat instead of for loop to define format add GOSUD version in menu help/about
-
- Feb 12, 2009
-
-
jacques.grelet_ird.fr authored
add DEFAULT_PATH_FILE in arg
-
jacques.grelet_ird.fr authored
add menus Help/Help & About activate menu Option/preference with preferenceForm file change struct tsg.preference.sample and tsg.preference.parameter to tsg.plot.sample struct tsg.preference set in preferenceForm.m and save to mat file user can select different lineStyle property climatology file change. tsgqc work now with WOA01 and WOA05 climatology mode tsg.preference.autoload remove
-