Ignore:
Timestamp:
Mar 8, 2011, 11:36:29 PM (13 years ago)
Author:
sommeria
Message:

proj_field: correct the projection mode filter on a line
uvmat: correct bug for avi movies extraction
imadoc2struct: cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imadoc2struct.m

    r207 r215  
    9292                end
    9393                if ~isempty(Dtj)
    94                     Dtj=reshape(Dtj'*ones(1,NbDtj),1,NbDtj*numel(Dtj)); %concatene Dti vector NbDti times
     94                    Dtj=reshape(Dtj'*ones(1,NbDtj),1,NbDtj*numel(Dtj)); %concatene Dtj vector NbDtj times
    9595                    Dtj=[0 Dtj];
    9696                    Time_val=Time_val*ones(1,numel(Dtj))+ones(numel(Time_val),1)*cumsum(Dtj);% produce a time matrix with Dtj
Note: See TracChangeset for help on using the changeset viewer.