Changeset 26314
- Timestamp:
- 06/09/21 16:04:58 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r26219 r26314 52 52 if exist(options,'axis') 53 53 axisopts = getfieldvalue(options,'axis'); 54 if ischar(axisopts) & contains(axisopts,' ');54 if ischar(axisopts) & any(axisopts==' '); 55 55 axisopts = strsplit(axisopts); 56 56 axis(axisopts{:});
Note:
See TracChangeset
for help on using the changeset viewer.