source: altifloat/obs_external/read_output.m @ 222

Last change on this file since 222 was 86, checked in by leila_ocean, 11 years ago

Friday's afternoon modifications

File size: 306 bytes
Line 
1close all; clear all;
2%load('../obs_float/uzero.dat');
3%Ut=reshape(uzero(:,4),58,87);
4%Vt=reshape(uzero(:,4),58,87);
5
6
7 load('../obs_float/uoptim7.dat');
8 Urec=reshape(uoptim7(:,5),58,87);
9 %Vrec=reshape(uoptimtwin(:,5),58,87);
10 figure;
11 imagesc(Urec); axis xy; colorbar;
12%imagesc(Ut); axis xy; colorbar;
13
Note: See TracBrowser for help on using the repository browser.