source: trunk/examples/nardi/shallow_performanceMeasurement/matlab_bruit.m @ 415

Last change on this file since 415 was 415, checked in by lnalod, 14 years ago

Script matlab for the bruit.

File size: 170 bytes
Line 
1load Hfil_ser
2load HfilB
3imagesc(Hfil_ser(2101:2200,:)-HfilB(2101:2200,:))
4colorbar
5saveas(gcf, 'image/Hfil__', 'fig');
6saveas(gcf, 'image/Hfil__', 'eps');
7whos
8quit;
9
10
Note: See TracBrowser for help on using the repository browser.