Преглед на файлове

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

Valerii Chirkov преди 3 години
родител
ревизия
8da165a336
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  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]);