Get a named field from an object, or a structure with all
SYNOPSIS
function varargout = get(this, index)
DESCRIPTION
Get a named field from an object, or a structure with all
fields.
>> val = get(object) % returns structure of object contents
>> val = get(object, 'field') % returns named field, or an array of values
% if input is an array
CROSS-REFERENCE INFORMATION
This function calls:
struct A Comprehensive Guide to Object Oriented Programming in MATLAB
This function is called by:
subsref A Comprehensive Guide to Object Oriented Programming in MATLAB