Changeset 15057
- Timestamp:
- 05/21/13 10:48:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r15056 r15057 452 452 PosInseti=[cplotpos(1)+insetposi(1)*cplotpos(3),cplotpos(2)+insetposi(2)*cplotpos(4), insetposi(3)*cplotpos(3), insetposi(4)*cplotpos(4)]; 453 453 %show pos 454 if length(X1==2), 454 if iscell(X1), 455 X1i=X1{i}; 456 else 455 457 X1i=X1; 458 end 459 if iscell(Y1), 460 Y1i=Y1{i}; 456 461 else 457 X1i=X1{i};458 end459 if length(Y1==2),460 462 Y1i=Y1; 461 else462 Y1i=Y1{i};463 463 end 464 464 if strcmpi(getfieldvalue(options,'showinset','off'),'on')
Note:
See TracChangeset
for help on using the changeset viewer.