problem with SPM. basic
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Rishav
2024 年 4 月 15 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Exploration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!