source: altifloat/matlab_toolbox/meanU.m @ 199

Last change on this file since 199 was 129, checked in by jbrlod, 10 years ago

last version of Varanth

  • Property svn:executable set to *
File size: 71 bytes
Line 
1figure
2Um=(U1+U2)/2;
3Vm=(V1+V2)/2;
4figure(16)
5quiver(X1,Y1,Um,Vm,'-r');
Note: See TracBrowser for help on using the repository browser.