You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run binary MEX files for MATLAB on macOS, which is generated from the included .cpp files (e.g. test_MultilayerCommunity), MATLAB does not recognize them by default.
To resolve this, the following commands must be executed:
When attempting to run binary MEX files for MATLAB on macOS, which is generated from the included .cpp files (e.g. test_MultilayerCommunity), MATLAB does not recognize them by default.
To resolve this, the following commands must be executed:
Steps to Reproduce
Output
After running the first command:
mex metanetwork_reduce.cpp group_index.cpp full.cpp sparse.cpp
A new file is generated:
/Users/iok-ui/OnDevice/GitHub/BRAPH-2/braph2/measures/MEX_SRC/metanetwork_reduce.mexmaca64
After running the second command:
mex group_handler.cpp group_index.cpp full.cpp sparse.cpp
Another file is generated:
/Users/iok-ui/OnDevice/GitHub/BRAPH-2/braph2/measures/MEX_SRC/group_handler.mexmaca64
After these steps, the function test_MultilayerCommunity works successfully
The text was updated successfully, but these errors were encountered: