Changeset 14182 for issm/trunk-jpl/src/m/qmu/plot/plot_cdf.m
- Timestamp:
- 12/17/12 21:56:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/plot/plot_cdf.m
r13646 r14182 139 139 if strncmpi(cplot,'p',1) && ... 140 140 exist('ynorm','var') && strncmpi(ynorm,'y',1) 141 ydata(1:lcdfr(i),i)=norminv (dresp(i).cdf(:,iplot),0,1);141 ydata(1:lcdfr(i),i)=norminv_issm(dresp(i).cdf(:,iplot),0,1); 142 142 else 143 ydata(1:lcdfr(i),i)= dresp(i).cdf(:,iplot);143 ydata(1:lcdfr(i),i)= dresp(i).cdf(:,iplot); 144 144 end 145 145 end … … 237 237 end 238 238 239 tick = norminv (yprob,0,1);239 tick = norminv_issm(yprob,0,1); 240 240 set(ax1,'YTick',tick,'YTickLabel',label); 241 241 ylim([tick(1) tick(end)])
Note:
See TracChangeset
for help on using the changeset viewer.