function disp_mvmovie(fname) % % easy function to make sure the image in the movie file generated for the % mv05 sonar data by animsonar_nc is displayed properly. % % usage : disp_mvmovie('mv05_movie') % where the argument is the name of tne matlab movie file % % emontgomery 9/10/07 USGS- CMGP eval (['load ' fname]) hh=figure set(hh,'Position',[100 100 800 800]) movie(hh,M)