Changeset 642 for trunk/src/series/sub_background.m
- Timestamp:
- May 23, 2013, 12:33:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/sub_background.m
r633 r642 113 113 CheckImage=~isempty(find(strcmp(FileType,ImageTypeOptions), 1));% =1 for images 114 114 if ~CheckImage 115 msgbox_uvmat('ERROR',['invalid file type input: ' FileType {1}' not an image'])115 msgbox_uvmat('ERROR',['invalid file type input: ' FileType ' not an image']) 116 116 return 117 117 end
Note: See TracChangeset
for help on using the changeset viewer.