Jason
2006-10-09 21:12:06 UTC
Hello,
I am trying to use the load function to load a .mat containing a
structure from function workspace into the base workspace. I have
tried evalin but this is not defined for structures. I have also
tried assignin, but this does not inherit the exact naming of the
structure when it is copied into the base workspace (you must supply
a name in the target workspace, so you get a double named structure).
Anyone overcome this?
Thanks,
Jason
I am trying to use the load function to load a .mat containing a
structure from function workspace into the base workspace. I have
tried evalin but this is not defined for structures. I have also
tried assignin, but this does not inherit the exact naming of the
structure when it is copied into the base workspace (you must supply
a name in the target workspace, so you get a double named structure).
Anyone overcome this?
Thanks,
Jason