I have a matlab workspace where all of the variables are loaded from a .mat file using the load command. Now, I want to iterate through all of these objects and perform operations on them.
Is there someway to access the objects without explicitly stating their names? For example workspace(1)?