ソースを参照

Aggiorna 'code/matlab/H5_raster.m'

Stefano Diomedi 5 ヶ月 前
コミット
8287be2fd9
1 ファイル変更2 行追加0 行削除
  1. 2 0
      code/matlab/H5_raster.m

+ 2 - 0
code/matlab/H5_raster.m

@@ -1,5 +1,7 @@
 % The script plots the neural and behavioural data contained in a .h5 file of the Diomedi et al., 2023 dataset
 % in the form of a raster plot
+% Francesco E. Vaccari 10/2022 
+
 clear all; clc; close all;
 currentFolder = pwd;
 parentFolder = fileparts(fileparts(currentFolder));