Hello
What does this error mean?
BST> Simulation: Using head model file "Subject01/Simulation/headmodel_surf_openmeeg_05.mat"
Index in position 2 exceeds array bounds (must not
exceed 2).
Error in bst_memory>GetResultsValues (line 2127)
ResultsValues =
double(GlobalData.DataSet(iDS).Results(iResult).ImageGridAmp(:,
iTime));
Error in bst_memory (line 72)
eval(macro_method);
Error in bst_simulation (line 181)
ResultsValues = bst_memory('GetResultsValues', iDS,
iResult, iVertices, iTime, 0, isVolumeAtlas);
Error in
tree_callbacks>@(h,ev)bst_simulation(filenameRelative)
(line 1699)
gui_component('MenuItem',
jMenuModality, [], 'Simulate
recordings',
IconLoader.ICON_TS_DISPLAY, [],
@(h,ev)bst_simulation(filenameRelative));
I am trying to activate just one dipole, so in imagegridamp I put every thing is zero accept one dipole,
after loading the source model again from matlab and click on the model evaluation, I have the above error