Changeset 812 for trunk/src/set_field_list.m
- Timestamp:
- Aug 13, 2014, 3:23:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_field_list.m
r809 r812 4 4 % 5 5 % OUTPUT: 6 % FieldList: list (cell column) of the fields to propose in the menu FieldName7 % VecColorList: list (cell column) of the fields to propose in the menu for vector color6 % FieldList: list (cell column) of the fields to propose in the menu FieldName 7 % VecColorList: list (cell column) of the fields to propose in the menu for vector color 8 8 % 9 9 % INPUT: 10 % UName: name of the x vector component11 % VName: name of the y vector component12 % CName: name of an additional scalar for color10 % UName: name of the x vector component 11 % VName: name of the y vector component 12 % CName: name of an additional scalar for color 13 13 % 14 % FUNCTION related15 % varname_generator.m: determines the field names to read in the netcdf16 % file, depending on the scalar14 % RELATED FUNCTIONS: 15 % varname_generator.m: determines the field names to read in the netcdf 16 % file, depending on the scalar 17 17 18 18 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.