Skip to content
Snippets Groups Projects
Commit fc563857 authored by marwan's avatar marwan
Browse files

*** empty log message ***

parent 60115301
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ if length(i_num) > 4 && ~isempty(varargin{i_num(5)})
end
if length(i_num) > 5 && ~isempty(varargin{i_num(6)})
noverlap = varargin{i_num(6)};
nbins = varargin{i_num(6)};
if nbins <= 0, error('Requires positive integer value for NBINS.'), end
if length(nbins) > 1, error('Requires NBINS to be a scalar.'), end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment