In the function import_brainstorm(bst_data, bst_source, bst_scouts)
, what do bst_source
and bst_scouts
mean, and what is their role? Although the documentation includes information on how to export these two data types, as a beginner, I would like more detailed steps.
I was not able to find the exact function import_brainstorm()
. However in Matlab you can always run edit Name_of_function
and it will give you the actual code. In all Brainstorm code files there is documentation on the inputs and outputs of a function.
Indeed, this function does not belong to the main Brainstorm source code.
Could you share how you came across this function?
To import data, you can check this discussion:
Thank you for your help. The functions used here are from the +microstate toolbox. According to the paper “+microstate: A MATLAB toolbox for brain microstate analysis in sensor and cortical EEG/MEG”, relevant data need to be obtained from Brainstorm.
Thank you for you help,i will try it again.
Please refer to their documentation.