Hello,
I finally made a simple Matlab function that provides Spike like behavior for the signal.
Made 2 signals with 6 seconds duration signal using simulating generic signals.
Also made 2 scouts on the brain.
Now I am trying to simulate recording from scouts.
Yes I have electrodeposition (19 electrodes from default)
Yes, I have projected them on the surface of the head.
Yes, I have generated the spherical head model.
But I am getting the following error on the command line of the Matlab when I press run in the simulation recordings from scouts

Error: File: java_dialog.m Line: 382 Column: 16
Arguments to IMPORT must either end with ".*" or
else specify a fully qualified class name:
"org.brainstorm.dialogs.HotkeyDialog" fails this
test.
Error in bst_error (line 135)
java_dialog('error', fullErrMsg, errTitle);
Error in bst_call (line 31)
bst_error();
Error in
gui_brainstorm>@(h,ev)bst_call(@ProcessRun_Callback)
(line 286)
gui_component('toolbarbutton', jToolbarA,
, '', {IconLoader.ICON_RUN, TB_SIZE},
'Start',
@(h,ev)bst_call(@ProcessRun_Callback));
Error: File: java_dialog.m Line: 382 Column: 16
Arguments to IMPORT must either end with ".*" or
else specify a fully qualified class name:
"org.brainstorm.dialogs.HotkeyDialog" fails this
test.
Error in bst_update (line 38)
res = java_dialog('confirm', ['Download latest
Brainstorm update ?' 10 10 ...
Error in gui_brainstorm>@(h,ev)bst_update(1) (line
157)
gui_component('MenuItem', jMenuUpdate,
, 'Update Brainstorm',
IconLoader.ICON_RELOAD, ,
@(h,ev)bst_update(1), fontSize);


