Expand description
Workspace related functions
Matlab has several functions in the MEX API which deal with getting variables from, and putting them into workspaces. This module wraps that functionality.
Enums§
- Work
Space - Possible workspaces to put your variable
Functions§
- get_
variable - Copy a variable out of a specified workspace. Returns
Noneif the variable does not exist in that workspace. - get_
variable_ ⚠ref - Get a reference to a variable named
namein a specified workspace. If not present, this function returnsNone. - put_
variable - Put an MxArray in a workspace with a specified name, overwriting when a variable with that name already exists.