problem with SPM. basic

1 visualizzazione (ultimi 30 giorni)
Yasmin
Yasmin il 27 Feb 2024
Risposto: Rishav il 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

Risposte (1)

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

Categorie

Scopri di più su Data Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by