use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon...
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
Showing
- @kml/colorbar.m 6 additions, 1 deletion@kml/colorbar.m
- @kml/transfer.m 7 additions, 1 deletion@kml/transfer.m
- @netcdf_native/tsgqc_netcdf.csv 1 addition, 83 deletions@netcdf_native/tsgqc_netcdf.csv
- @netcdf_native/tsgqc_netcdf.xls 0 additions, 0 deletions@netcdf_native/tsgqc_netcdf.xls
- @tsg_nc/tsg_platform.csv 1 addition, 1 deletion@tsg_nc/tsg_platform.csv
- compiler/Windows (x64)/R2016b/tsgqc.prj 43 additions, 57 deletionscompiler/Windows (x64)/R2016b/tsgqc.prj
- tsg_icon/google_earth.mat 0 additions, 0 deletionstsg_icon/google_earth.mat
- tsg_icon/thermo.mat 0 additions, 0 deletionstsg_icon/thermo.mat
- tsg_tools/icons/Google-Earth-icon.gif 0 additions, 0 deletionstsg_tools/icons/Google-Earth-icon.gif
- tsg_tools/icons/Thermo.jpg 0 additions, 0 deletionstsg_tools/icons/Thermo.jpg
- tsg_tools/icons/google_earth.mat 0 additions, 0 deletionstsg_tools/icons/google_earth.mat
- tsg_tools/icons/iconRead.m 75 additions, 0 deletionstsg_tools/icons/iconRead.m
- tsg_tools/icons/readme.txt 5 additions, 0 deletionstsg_tools/icons/readme.txt
- tsg_util/aboutDialog.m 1 addition, 1 deletiontsg_util/aboutDialog.m
- tsg_util/iconReadMat.m 5 additions, 0 deletionstsg_util/iconReadMat.m
- tsgqc.m 37 additions, 54 deletionstsgqc.m
Loading
Please register or sign in to comment