Skip to content

2.4.1 concatAnalysis()

Shun Li edited this page Dec 5, 2023 · 1 revision

Overview

Given a list of file path pointed to individual sessions folders, this function loads the analysis struct stored within and concatenate them into summary struct

Inputs and options

  • sessionList: cell, each cell contains file path to a specific session folder.

Outputs

  • summary: struct

Examples

summary = concatAnalysis(sessionList);

image