Changeset 1194 for trunk/src/num2stra.m
- Timestamp:
- Feb 23, 2026, 3:58:54 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/src/num2stra.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/num2stra.m
r1127 r1194 8 8 % INPUT: 9 9 % num: input number (file index) 10 % nom_type: nomenc alture type (see fct name_generator)11 % index: 1 or 2 (first or seco dnindex in file naming)10 % nom_type: nomenclature type (see fct name_generator) 11 % index: 1 or 2 (first or second index in file naming) 12 12 % see also: stra2num, name_generator, name2display 13 13 … … 37 37 switch index 38 38 case 1 39 % if length(nom_type)>=4 && isequal(nom_type(1:2),'%0') && isequal(nom_type(4),'d')40 % str=num2str(num,nom_type(1:4));41 % else42 39 str=num2str(num); 43 % end44 40 case 2 45 41 if ~isempty(nom_type) && (isequal(nom_type(end),'a')||isequal(nom_type(end),'b'))
Note: See TracChangeset
for help on using the changeset viewer.
