roybens / MEA_Analysis

Code for analyzing our HD-MEA data
5 stars 5 forks source link

MATLAB possible Parallel Computing Toolbox installation issue #38

Open Fan0-6 opened 1 week ago

Fan0-6 commented 1 week ago

When we run GUI, this error message pops out:

Screenshot 2024-09-05 at 14 51 14

I tried to add a breakpoint at compileActivityFiles.m and found out the file ran well before here:

Screenshot 2024-09-05 at 14 48 28

but showed error when adding a breakpoint here:

Screenshot 2024-09-05 at 14 53 20

run line by line, I found that:

Screenshot 2024-09-05 at 14 57 33

I manually checked, there are two folders under MATLAB, R2022b and R2023b. We are currently use R2022b ver Matlab on old server. The target file wasn't at /usr/local/MATLAB/R2022b/bin/glnxa64/libmwpctcustomattr.so, but located at (/usr/local/MATLAB/R2023b/bin/glnxa64/libmwpctcustomattr.so. I tried to copy the target file to R2022b/bin/glnxa64, but didn't work.

I also checked the toolbox we installed:

Screenshot 2024-09-05 at 14 59 35

The 'Parallel Computing Toolbox' is there.

I feel like if we installed R2023b or a later version might solve this issue, but not quite sure. Also need to confirm that this is the true issue.