The shared functional data for the subject 07sunbowen_ft can be loaded without troubles.
This is what I did:
- Start Brainstorm
- Create a new Protocol TEST_FORUM_DB
- No, use individual anatomy
- No, use one channel file per acquisition run
- Create a new Subject called 07sunbowen_ft
- Edit the subject to use:
- Yes, use default anatomy
- Close Brainstorm
- Delete the contents of the directory
TEST_FORUM_DB/data/07sunbowen_ft - Paste the shared directories into
TEST_FORUM_DB/data/07sunbowen_ft - Start Brainstorm
- Right-click on the Protocol node, and select Reload
You can check that by trying to open the files in Matlab with the Matlab function load()
The error just suggest there is an issue opening the file with load()
Check the tests below
Please check that:
- This file exist in your HDD, and that this file exist
'D:\Database\brainstorm_db\Test_001\anat\01gaoyibo_2021ft\subjectimage_3DT1.mat'` - This file can be loaded in Matlab
load('D:\Database\brainstorm_db\Test_001\anat\01gaoyibo_2021ft\subjectimage_3DT1.mat') - It is possible to load the
Commentvariable from that fileload('D:\Database\brainstorm_db\Test_001\anat\01gaoyibo_2021ft\subjectimage_3DT1.mat', 'Comment')
P.S. Are you sure the the database lives in the drive D:\?

