Changeset 811 for trunk/src/fullfile_uvmat.m
- Timestamp:
- Aug 13, 2014, 3:08:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fullfile_uvmat.m
r809 r811 7 7 %------------------------------------------------------------------------ 8 8 % OUTPUT: 9 % filename: string representing the full file name (including path)10 % ------------------------------------------------------------------------9 % filename: string representing the full file name (including path) 10 % 11 11 % INPUT: 12 % RootPath: path to the base file13 % SubDir: name of the SubDirectory for netcdf files (relevant for NomTypes with index pairs 1-2 or ab )14 % RootFile: FileName without appendix15 % FileExt: file extension16 % NomType: char chain characterizing the file nomenclature, made as12 % RootPath: path to the base file 13 % SubDir: name of the SubDirectory for netcdf files (relevant for NomTypes with index pairs 1-2 or ab ) 14 % RootFile: FileName without appendix 15 % FileExt: file extension 16 % NomType: char chain characterizing the file nomenclature, made as 17 17 % nom_type='': constant name [filebase ext] (default output if 'nom_type' is undefined) 18 18 % nom_type='*':constant name for a file representing a series (e.g. avi movie) … … 27 27 % nom_type='_1_ab','1_ab','01_ab'..., from pairs of '#' images 28 28 % (e.g.'aa045bc.nc'), ext='.nc' 29 % i1: first number i30 % i2: second number i (only for .nc files)31 % j1: first number j32 % j2: second number j (only for .nc files)33 % ------------------------------------------------------------------------34 % related functions:35 % fileparts_uvmat, num2stra, stra2num.29 % i1: first number i 30 % i2: second number i (only for .nc files) 31 % j1: first number j 32 % j2: second number j (only for .nc files) 33 % 34 % RELATED FUNCTIONS: 35 % fileparts_uvmat, num2stra, stra2num. 36 36 37 37 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.