Clear Filters
Clear Filters

problem with SPM. basic

2 views (last 30 days)
Yasmin
Yasmin on 27 Feb 2024
Answered: Rishav on 15 Apr 2024
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

Answers (1)

Rishav
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:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!