Skip to content

Commit

Permalink
Actually removed it now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Alexander committed Oct 31, 2023
1 parent cf2f622 commit 1eed8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preprocessing/ft_opm_psd.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
if strcmp(cfg.plot,'yes')
% Make a Figure
figure()
set(gcf,'Position',[100 100 1200 800]);
% set(gcf,'Position',[100 100 1200 800]);

h = plot(freq(strt:stp),log10(po(:,strt:stp)),...
'LineWidth',1);
Expand Down Expand Up @@ -312,7 +312,7 @@
if strcmp(cfg.plot,'yes')
% Make a Figure
figure()
set(gcf,'Position',[100 100 1200 800]);
% set(gcf,'Position',[100 100 1200 800]);

h = plot(freq(strt:stp),log10(pow(:,strt:stp)),...
'LineWidth',1);
Expand Down

0 comments on commit 1eed8fa

Please sign in to comment.