Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR:Unrecognized function or variable 'graph_conn_comp_mex'. #111

Open
albitcaban opened this issue Sep 14, 2020 · 0 comments
Open

ERROR:Unrecognized function or variable 'graph_conn_comp_mex'. #111

albitcaban opened this issue Sep 14, 2020 · 0 comments

Comments

@albitcaban
Copy link

albitcaban commented Sep 14, 2020

Hi, Im trying to run the Demo_script in my mac and this error keeps popping up.

Unrecognized function or variable 'graph_conn_comp_mex'.

Error in graph_connected_comp (line 26)
[l c] = graph_conn_comp_mex(sA);

Error in merge_components (line 65)
[l,c] = graph_connected_comp(sparse(FF3+FF3')); % extract connected components

Error in demo_script_AC (line 98)
[Am,Cm,K_m,merged_ROIs,Pm,Sm] = merge_components(Yr,A_keep,b,C_keep,f,P,S,options);

I've tried a couple of things but nothing seems to fix it. Any ideas how to troubleshoot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant