Hello! I'm a Homer newbie and having trouble loading groupResults.mat off of my first session. I have been trying to follow the instructions here: https://github.com/BUNPC/Homer3/wiki/Output-Files but can't get past opening groupResults.mat (or test.mat). I first enter setpaths and have tried with Matlab versions 2017b, 2020b, and 2022a. I suspect maybe my dependencies are off, but I can't figure out how to fix it? Any tips would be greatly appreciated! Thank you!
it is a matlab file. you just type
load groupResults.mat
I have been struggling with the exact same issue to no avail (screenshot attached). I have tried loading the file on both MATLAB 2017b and R2021a with the same issue. It would be a huge help if someone could help me overcome this!
Thank you for your time and help!
Were you ever able to get this to work? I am circling back to this and am still running into the problem where load groupResults.mat loads a uint32 variable named "group" with 6 numbers in it.
Looks to me like you are missing a matlab toolbox that loads classes
when you run setpaths() to initiate matlab to work with Homer it will tell you what matlab toolboxes are missing
here is another thought, maybe you didn't run setpaths(). That mat file you are trying to load is looking for class information in the Homer folder. If you don't run setpaths() for Homer then matlab doesn't know how the class information is defined and will give you that warning.
Let me know if that fixes your problem
Thanks