From: Patterson, D. K - (dkp) <dk...@ar...> - 2023-11-14 19:06:48
|
At line 102, I replaced gridline with GridLineStyle: % original: broken in Matlab 2023a and later %set(gca,'xtick',t,'ytick',t,'xticklabel','','yticklabel','', ... % 'gridline','-','xcolor','r','ycolor','r'); set(gca,'xtick',t,'ytick',t,'xticklabel','','yticklabel','', ... 'GridLineStyle','-','xcolor','r','ycolor','r'); Everything seems to work now and run through completely. I have also copied and renamed relevant Mex files for my Mac Studio M2: SPM12 provides Apple Silicon compiled Mex files in their maintenance release here: https://github.com/spm/spm12/tree/maint [https://opengraph.githubassets.com/c2cc974c39df451c5dfb794d1e121e62ce2ebde4fd3629aabba9fc4554510ec8/spm/spm12]<https://github.com/spm/spm12/tree/maint> GitHub - spm/spm12 at maint<https://github.com/spm/spm12/tree/maint> Public Releases of SPM12 - see https://github.com/spm/spm for the Development Version - GitHub - spm/spm12 at maint github.com I added *mexmaca64 binaries to the icatb directory: mex files from the main spm directory were renamed with an initial icatb_ and added to GroupICAT/icatb/icatb_spm_files mex files from the spm directory @file_array/private were added to icatb/icatb_spm_files/@icatb_file_array/private GIFT appears to run correctly now. I have submitted two issues to github: https://github.com/trendscenter/gift/issues/12 and https://github.com/trendscenter/gift/issues/13 [https://opengraph.githubassets.com/d78643251bb191857191664e5c9fb6910a3c418cbecc9959949d9a8d00f2462b/trendscenter/gift/issues/13]<https://github.com/trendscenter/gift/issues/13> Support for Matlab 2023b and Apple Silicon · Issue #13 · trendscenter/gift<https://github.com/trendscenter/gift/issues/13> Matlab 2023b has been released with native support for Apple Silicon. SPM12 provides Apple Silicon compiled Mex files in their maintenance release here: https://github.com/spm/spm12/tree/maint I ad... github.com Dianne Patterson, Ph.D<https://profiles.arizona.edu/person/dkp> dk...@ar... Office: BSRL, Room 235 RII Neuroimaging Staff Scientist Program Coordinator Neuroimaging Methods Certificate<https://cogsci.arizona.edu/programs/certificate> Cognitive Science GIDP affiliate member Faculty Lead OpenClass.ai<https://openclass.ai> Mastodon: @dpat@scicomm.xyz |