02/24/2018 at 11:18 PM
#4256
andreashorn
Keymaster
Hi Nik,
seems your Matlab doesn’t have write permissions to the current Matlab directory. Just change to somewhere else and re-run. Should work then.
If this doesn’t work it could be the myaa function somehow doesn’t work on your system. You could try to replace line 404 in ea_writeplanes with
saveas(gcf,[options.root,options.patientname,filesep,options.elspec.contactnames{el},’_axial’,isofnadd,’.png’]);
and try if this works. But this would export figures in lower resolution.
Best, Andy