source: trunk/src/demo_uvmat.m @ 644

Last change on this file since 644 was 627, checked in by sommeria, 11 years ago

a few bugs repaired, display of the local mouse indication in a separate window

File size: 432 bytes
Line 
1% 'uvmat_demo': script for demonstration, TEST STAGE
2
3%%%% Demo 1%%%%
4% brigtness
5huvmat=findobj(allchild(0),'Tag','uvmat');
6figure(huvmat)
7activate('uvmat','Scalar','num_MaxA',[],100)
8activate('uvmat','Scalar','CheckFixScalar',[],0)
9activate('uvmat','Coordinates','CheckZoom',[],1)
10activate('uvmat',[],'PlotAxes',[0.2 0.6])
11%activate('uvmat',[],'movie_pair',[],1)
12%activate('uvmat',[],'STOP',[],1)
13activate('uvmat',[],'i1',[],'2')
Note: See TracBrowser for help on using the repository browser.