Problem after update

Dear François,

I updated brainstorm, and I have now an error when I want to display the cortical activations on cortex. In fact, I can’t even display my channels.
The error is the following one:
"Error: File: union.m Line: 1 Column: 1
The input character is not valid in MATLAB statements or expressions.

Error in tess_hemisplit (line 87)
rH = union(rH, iNewR);

Error in figure_3d>UpdateSurfaceAlpha (line 3034)
[rH, lH, isConnected] = tess_hemisplit(sSurf);

Error in figure_3d (line 40)
eval(macro_method);

Error in panel_surface>figure_callback (line 768)
figure_3d(CallbackName, varargin{:});

Error in panel_surface>SetSurfaceSmooth (line 2030)
figure_callback(hFig, ‘UpdateSurfaceAlpha’, hFig, iSurf);

Error in panel_surface>SliderCallback (line 360)
SetSurfaceSmooth(hFig, iSurface, SurfSmoothValue, 1);

Error in panel_surface>ApplyDefaultDisplay (line 2095)
SliderCallback([], event, ‘SurfSmoothValue’);

Error in panel_surface (line 38)
eval(macro_method);

Error in view_surface_data (line 308)
panel_surface(‘ApplyDefaultDisplay’);

Error in tree_callbacks>@(h,ev)view_surface_data([],filenameRelative) (line 1389)
gui_component(‘MenuItem’, jMenuActivations, [], ‘Display on
cortex’, IconLoader.ICON_CORTEX, [], @(h,ev)view_surface_data([],
filenameRelative), []);
"

Can you help me with this trouble?
Many Thanks,
Sophie

Hi Sophie,

http://neuroimage.usc.edu/forums/showthread.php?2353-Importing-the-results-of-BrainVisa-error
:slight_smile:

What software is causing this issue?

Cheers,
Francois

ok… you can make fun of me :slight_smile:

it’s a toolbox named ndt for Neural Decoding Toolbox (http://www.readout.info/), that I’m using for mutivariate pattern analysis. I changed the name of their function with union_mvpa, and it seems working for Brainstorm and NDT.
Many thanks !