Changeset 812 for trunk/src/uvmat.m
- Timestamp:
- Aug 13, 2014, 3:23:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r809 r812 3 3 % function huvmat=uvmat(input) 4 4 % 5 %OUTPUT 6 % huvmat=current handles of the GUI uvmat.fig 7 %% 5 % OUTPUT 6 % huvmat=current handles of the GUI uvmat.fig 8 7 % 9 % INPUT:10 % input: input file name (if character chain), or input image matrix to11 % visualize, or Matlab structure representing netcdf fieldname (with fieldname12 % ListVarName....)8 % INPUT: 9 % input: input file name (if character chain), or input image matrix to 10 % visualize, or Matlab structure representing netcdf fieldname (with fieldname 11 % ListVarName....) 13 12 14 13 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.