- `assignin (CONTEXT, VARNAME, VALUE)`

Assign `VALUE` to the variable named `VARNAME` in another workspace context.

The `CONTEXT` argument is normally `"base"` or `"caller"`.

See also: `evalin`, `eval`.

### References

- https://www.mathworks.com/help/matlab/ref/assignin.html
- https://octave.sourceforge.io/octave/function/assignin.html
