Changeset 18657
- Timestamp:
- 10/20/14 06:31:29 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expdisp.m
r18592 r18657 12 12 % 13 13 % See also EXPMASTER, EXPDOC 14 15 %Get options 16 options = pairoptions(); 14 17 15 18 %check nargin … … 55 58 plot(domain(i).x*unitmultiplier,domain(i).y*unitmultiplier,linestyle,'linewidth',linewidth); 56 59 end 57 text(domain(i).x(1)*unitmultiplier,domain(i).y(1)*unitmultiplier,domain(i).name,'BackgroundColor',[.7 .9 .7]); 60 if exist(options,'title') 61 text(domain(i).x(1)*unitmultiplier,domain(i).y(1)*unitmultiplier,domain(i).name,'BackgroundColor',[.7 .9 .7]); 62 end 58 63 end 59 64 end
Note:
See TracChangeset
for help on using the changeset viewer.