| 124 |
xyP(:,2)=xyP(:,2)+0.010; |
xyP(:,2)=xyP(:,2)+0.010; |
| 125 |
xyB(:,2)=xyB(:,2)+0.010; |
xyB(:,2)=xyB(:,2)+0.010; |
| 126 |
|
|
| 127 |
fxb=100; fyb=60; |
fxb=100; fyb=60; fdx=100; fdy=40; fsc=1.; |
| 128 |
%fxb=-2600; fyb=160; %fxb=100; |
%fyb=-360; fxb=-2600; fdy=60; fsc=1.5; |
| 129 |
|
|
| 130 |
for ng=1:nbV, |
for ng=1:nbV, |
| 131 |
%------------------- |
%------------------- |
| 152 |
|
|
| 153 |
if flag == 1 |
if flag == 1 |
| 154 |
%-- |
%-- |
| 155 |
figure(ng); set(ng,'position',[fxb+100*ng fyb+40*ng 500 700]);clf; |
figure(ng); set(ng,'position',[fxb+fdx*ng fyb+fdy*ng [500 700]*fsc]);clf; |
| 156 |
colormap jet |
colormap jet |
| 157 |
if kList(ng) == 1, |
if kList(ng) == 1, |
| 158 |
var=squeeze(vv1(1,:,1,:,:)); |
var=squeeze(vv1(1,:,1,:,:)); |
| 172 |
axis(AA); grid ; |
axis(AA); grid ; |
| 173 |
if nv == 1, title(['Avr ',titv,' ',ttmn]); xlabel(titT); end |
if nv == 1, title(['Avr ',titv,' ',ttmn]); xlabel(titT); end |
| 174 |
if nv == 2, title(['Std-Dev ',titv,' ',ttav]); end |
if nv == 2, title(['Std-Dev ',titv,' ',ttav]); end |
| 175 |
if nv == 3, title(['min ',titv,' ',ttav]); legend(namLg(1:Nexp,:),0); end |
if nv == 3, title(['min ',titv,' ',ttav]); |
| 176 |
|
legend(namLg(1:Nexp,:),'Location','best'); end |
| 177 |
if nv == 4, title(['Max ',titv,' ',ttav]); end |
if nv == 4, title(['Max ',titv,' ',ttav]); end |
| 178 |
%if nv == 2, title(['Del-2 ',titv,' ',ttav]); end |
%if nv == 2, title(['Del-2 ',titv,' ',ttav]); end |
| 179 |
end ; %xlabel(titT); |
end ; %xlabel(titT); |