We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda02cf commit 6115251Copy full SHA for 6115251
m/forward_simulation/lead_field/zef_lead_field_eeg_fem.m
@@ -260,7 +260,7 @@
260
% Construct lead field with transfer matrix, Schur complement and
261
% interpolation matrix G.
262
263
- L_eeg = Schur_complement * T' * G;
+ L_eeg = Schur_complement \ (T' * G);
264
265
% Set "correct" zero potential level. Corresponds to multiplying L_eeg with
266
% restriction matrix R, seen in relevant articles such as
0 commit comments