Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fe75da3a authored by DIB Elian's avatar DIB Elian
Browse files

Removed filter parameter

parent bf7e7b43
Branches
No related tags found
No related merge requests found
function [Cols,Offs,varargout] = align(Cols,Offs,filter,varargin) function [Cols,Offs,varargout] = align(Cols,Offs,varargin)
%ALIGN Summary of this function goes here %ALIGN Summary of this function goes here
% Detailed explanation goes here % Detailed explanation goes here
nvararg = nargin-3; nvararg = nargin-2;
numLab = numel(Cols); numLab = numel(Cols);
Maxs = cell(size(Cols)); Maxs = cell(size(Cols));
filter = logical([1,1,0,0,0]);
for lab = 1:numLab for lab = 1:numLab
if ~isempty(Cols{lab}) if ~isempty(Cols{lab})
break break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment