Skip to content

Commit 6115251

Browse files
Update zef_lead_field_eeg_fem.m
1 parent fda02cf commit 6115251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m/forward_simulation/lead_field/zef_lead_field_eeg_fem.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
% Construct lead field with transfer matrix, Schur complement and
261261
% interpolation matrix G.
262262

263-
L_eeg = Schur_complement * T' * G;
263+
L_eeg = Schur_complement \ (T' * G);
264264

265265
% Set "correct" zero potential level. Corresponds to multiplying L_eeg with
266266
% restriction matrix R, seen in relevant articles such as

0 commit comments

Comments
 (0)