Changeset 71 for trunk/src/imadoc2struct.m
- Timestamp:
- Mar 29, 2010, 6:34:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imadoc2struct.m
r61 r71 74 74 xindex=findstr(ImageSize,'x'); 75 75 if length(xindex)>=2 76 npx=str2double(ImageSize(1:xindex(1)-1));77 npy=str2double(ImageSize(xindex(1)+1:xindex(2)-1));76 s.Npx=str2double(ImageSize(1:xindex(1)-1)); 77 s.Npy=str2double(ImageSize(xindex(1)+1:xindex(2)-1)); 78 78 end 79 79 end
Note: See TracChangeset
for help on using the changeset viewer.