Skip to content
Snippets Groups Projects
Commit d728c6cb authored by Keyser, Johannes's avatar Keyser, Johannes
Browse files

Fix function name.

parent a3ca14ff
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ else
if nargout == 2
% calculate all intercepts if requested
b0 = nanmedian( bsxfun(@minus, data(:, end), ...
b0 = median( bsxfun(@minus, data(:, end), ...
bsxfun(@times, b1, data(:, 1:end-1))), ...
'omitnan');
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment