Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

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