get_timeseries.m 430 B

12345678910111213141516
  1. dataPath = "D:\Labor\Projekte\Stroke_tDCS_rsfmri\B_rsfmri_stroke_tDCS_mice";
  2. cd (dataPath)
  3. if ~exist("results",'dir')
  4. mkdir("results\")
  5. end
  6. savePath = fullfile(dataPath,'results');
  7. addpath(".\scripts\toolbox\BCT\")
  8. addpath("D:\Labor\Analysis\Matlab")
  9. % load data
  10. cd (fullfile(dataPath,"store_mat\"))
  11. Tsub = readtable("PT_tDCS_Data_Table.xlsx",'VariableNamingRule','preserve')
  12. data_storage