Skip to content
Snippets Groups Projects
Commit 6783e34b authored by LeCam Steven's avatar LeCam Steven
Browse files

bash: ligne 1: T : commande introuvable

parent baa0967e
No related branches found
No related tags found
No related merge requests found
......@@ -62,19 +62,22 @@ end
th=mean(mind)+2.64*std(mind);
Ir=find(mind>th);
if ~isempty(Ir)
wfeat(Ir,:)=[];
Cs(Ir,:)=[];
tabcs(Ir,:)=[];
ideltasr(Ir)=[];
% ideltas update
paramVBDS.ideltas(Ir)=[];
end
paramVBDS.c=c;
paramVBDS.l=l;
paramVBDS.Cs=Cs;
paramVBDS.tabcs=tabcs;
paramVBDS.plage=plage;
ideltasr(Ir)=[];
% ideltas update
paramVBDS.ideltas(Ir)=[];
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment