38 |
6) start matlab, go to the iap-idma directory, and type: |
6) start matlab, go to the iap-idma directory, and type: |
39 |
addpath matlab/ |
addpath matlab/ |
40 |
[p]=idma_float_plot('4900828'); |
[p]=idma_float_plot('4900828'); |
41 |
idma_box_subset; |
box_l=[-180 -140]; box_L=[-10 10]-30; box_D=[0 300]; |
42 |
idma_box_mean; |
[prof_T,prof_Testim,prof_Tweight]=idma_box_subset(box_l,box_L,box_D); |
43 |
|
[boxmean,tim,dep]=idma_box_mean(prof_T,prof_Tweight); |
44 |
|
figureL; pcolor(tim,-dep,boxmean); colorbar; |
45 |
|
|
46 |
notes : |
notes : |
47 |
- disk space requirement ~ 6.4G |
- disk space requirement ~ 6.4G |