1 | initial version |
I believe the issue was with where the file was saving. I'm not sure why I couldn't just direct to where it was saving by default, but the issue is solved when I specify where to save the file, and then call the same address, i.e.,
save(roots,'\\users\\myusername\\list.sobj')
and
list=load('\\users\\myusername\\list.sobj')