Browse Source

Обновить 'code_MATLAB/Main_Plot_Figures.m'

Valerii Chirkov 3 years ago
parent
commit
8da165a336
1 changed files with 4 additions and 4 deletions
  1. 4 4
      code_MATLAB/Main_Plot_Figures.m

+ 4 - 4
code_MATLAB/Main_Plot_Figures.m

@@ -27,9 +27,9 @@ strNIXFileNames = {strNIXFileNames.name}';
 
 assert(~isempty(strNIXFileNames),'strMainPath should be the full path of the folder Human_Amygdala_MUA_sEEG_FearVideo')
 
-%% Figure 1
+%% Figure 2
 nExampleNeuron = 32; % neuron 32 reproduces the publication figure
-fig1 = Figure_1([strMainPath filesep 'data_NIX' filesep],nExampleNeuron);
+fig2 = Figure_2([strMainPath filesep 'data_NIX' filesep],nExampleNeuron);
 
-%% Figure 2
-fig2 = Figure_2([strMainPath filesep 'data_NIX' filesep]);
+%% Figure 3
+fig3 = Figure_3([strMainPath filesep 'data_NIX' filesep]);