problem with SPM. basic
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Rishav
le 15 Avr 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 commentaires
Voir également
Catégories
En savoir plus sur Data Exploration dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!