6 lines
161 B
Mathematica
6 lines
161 B
Mathematica
|
function[obj] = preprocess(obj, settings)
|
||
|
|
||
|
for s = 1:length(obj.sessions)
|
||
|
obj.sessions(s) = obj.sessions(s).preprocess(settings);
|
||
|
end
|
||
|
end
|