Hi,
I am trying to use the script_view_source function to save figures with a script.
The sLORETA results are working well,
rst='test1.edf/@rawtest1/results_sLORETA_EEG_KERNEL_240806_1312.mat';
hFig1 = script_view_sources(rst, 'cortex');
however, the surface of the PSD results is not working.
rst='test1.edf/@rawtest1/timefreq_psd_240806_1313.mat';
hFig1 = script_view_sources(rst, 'cortex');
Is there a way to create and save the PSD resuts using a script?
Thank you for your help.