Skip to content

Commit

Permalink
added w as second output for inplace compensation
Browse files Browse the repository at this point in the history
  • Loading branch information
phflot committed Oct 18, 2022
1 parent a7b9f01 commit 44ba66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/compensate_inplace.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function c_reg = compensate_inplace(c1, c_ref, options)
function [c_reg, w] = compensate_inplace(c1, c_ref, options)
%COMPENSATE_SIMPLE Method that compensates a workspace matrix inplace
% and returns the compensated recording

Expand Down

0 comments on commit 44ba66e

Please sign in to comment.