12  Cells, Structures, and Classdefs

octave description
var{idx} = ... set an element of a cell array
cellfun (f, c) apply a function to elements of cell array
var, field = ... set a feld of a structure
fieldnames (s) returns the fields of a structure
structfun (f, s) apply a function to fields of structure
classdef define new classes for OOP