Changeset 138 for altifloat


Ignore:
Timestamp:
03/27/15 13:35:04 (9 years ago)
Author:
jbrlod
Message:

comments in script_pmp.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • altifloat/matlab_toolbox/script_pmp.m

    r137 r138  
    3434  load([indir Fdir(j).name]); 
    3535   
     36  %Prendre à Epsilon prÚs 
    3637  I=find(time>=stime_num & time<=etime_num); 
    3738  
     
    4243    if ~isempty(M) 
    4344      id=id+1; 
    44       MM=[MM;M];     
     45      MM=[MM;M]; %à arrondir     
    4546    end 
    4647  end %length(I)>2 
Note: See TracChangeset for help on using the changeset viewer.