Hello Brainstorm Developers,
I am experiencing the following problem when I am trying to display a Full Granger Causality Matrix as Graph:
6 Connectivity measure loaded
Unrecognized function or variable 'Arrows'.
Error in figure_connect>BuildLinks (line 1557)
setappdata(hFig, 'RegionArrows', Arrows);
Error in figure_connect>SetRegionFunction (line 2865)
BuildLinks(hFig, RegionDataPair, false); %Note: make sure to use IsMeasureLink = false for this step
Error in figure_connect>LoadFigurePlot (line 1371)
SetRegionFunction(hFig, getappdata(hFig, 'DefaultRegionFunction'));
Error in figure_connect (line 29)
eval(macro_method);
Error in view_connect (line 280)
figure_connect('LoadFigurePlot', hFig);
Error in tree_callbacks>@(h,ev)view_connect(filenameRelative,'GraphFull') (line 1887)
gui_component('MenuItem', jPopup, [], 'Display as graph [NxN]', IconLoader.ICON_CONNECTN, [],
@(h,ev)view_connect(filenameRelative, 'GraphFull'));
Am I doing something wrong? Is there a problem with the matrix I am trying to plot? If this can help, I am using MATLAB 2021a.
All my best,
Margherita