Hello, I am coming from the Matlab world and am trying to run a function where I save the "workspace" of variables inside the function during each iteration (it has some loops). I can somehow save and load data via HDF5 through the interpreter but when I run the function it generates a basically empty .jld save file. Does this have something to do with variable scope?
Thanks, Eric
