Changeset 93 for trunk/src/uvmat.m


Ignore:
Timestamp:
May 27, 2010, 7:25:58 PM (14 years ago)
Author:
sommeria
Message:

FFT: improved to deal with NaN data
merge_proj: corrected to reproduce dt if unique
uvmat.fig: tooltip corrected
plot_field: bug for isocontour corrected,
im_filter: cleaning
phys_polar: spatial derivative included (still to check)
set_obeject.fig: minor correction
struct2nc: comments improved
uvmat: button NB implemented
read_civxdata: error message improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r89 r93  
    11671167UvData.NewSeries=1; %flag for run0: begin a new series
    11681168
    1169 [FileName,RootPath,FileBase,FileIndices,FileExt]=read_file_boxes_1(handles);
     1169[FileName,RootPath,FileBase,FileIndices,FileExt,SubDir]=read_file_boxes_1(handles);
    11701170if ~exist(FileName,'file')
    11711171    msgbox_uvmat('ERROR',['input file ' FileName ' not found']);
Note: See TracChangeset for help on using the changeset viewer.