Changeset 654 for trunk/src/set_col_vec.m
- Timestamp:
- Jun 30, 2013, 11:16:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_col_vec.m
r517 r654 53 53 maxC=max(vec_C); 54 54 end 55 colcode_out.Min C=minC;56 colcode_out.Max C=maxC;55 colcode_out.MinVec=minC; 56 colcode_out.MaxVec=maxC; 57 57 if strcmp(colcode.ColorCode,'rgb')|| strcmp(colcode.ColorCode,'bgr')% 3 color representation 58 58 if isfield(colcode,'ColCode1')
Note: See TracChangeset
for help on using the changeset viewer.