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

Merge remote-tracking branch 'origin/main'

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