Module core

Module core 

Source
Expand description

Core struct builtins.

Modulesยง

fieldnames
MATLAB-compatible fieldnames builtin.
getfield
MATLAB-compatible getfield builtin with struct array and object support.
isfield
MATLAB-compatible isfield builtin that reports whether structs contain a field.
orderfields
MATLAB-compatible orderfields builtin.
rmfield
MATLAB-compatible rmfield builtin that removes fields from structs and struct arrays.
setfield
MATLAB-compatible setfield builtin with struct array and object support.
struct
MATLAB-compatible struct builtin.