problem with SPM. basic
1 view (last 30 days)
Show older comments
Error using spm_check_installation>check_basic
SPM uses a number of MEX files, which are compiled functions.
These need to be compiled for the various platforms on which SPM
is run. It seems that the compiled files for your computer platform
are missing or not compatible. See
https://en.wikibooks.org/wiki/SPM/Installation_on_64bit_Mac_OS_(Intel)
for information about how to compile MEX files for MACA64
in MATLAB 23.2.0.2515942 (R2023b) Update 7.
Error in spm_check_installation (line 28)
check_basic;
I added the correct path but i dont know why its not working
0 Comments
Answers (1)
Rishav
on 15 Apr 2024
Hi Yasmin,
The following command in the terminal will solve the issue:
sudo spctl --master-disable
Please refer to the below mentioned documentation for more details on the command:
You can also refer to the below mentioned MATLAB answer for the same:
0 Comments
See Also
Categories
Find more on Data Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!