Home > Objects > @iFunc > get.m

iFit/get

PURPOSE ^

[...] = get(s, 'PropertyName', ...) : get iFunc object properties

SYNOPSIS ^

function [varargout] = get(this,varargin)

DESCRIPTION ^

 [...] = get(s, 'PropertyName', ...) : get iFunc object properties

   @iFunc/get function to get iFunc properties.
   get(s) displays all property names and their current values for
     the iFunc object 's'.
   get(s,'PropertyName',...) returns only particular properties.
     The PropertyName can be any iFunc object field, or a model parameter name
       or 'p' to designate the vector of parameter values (when previously set).
   Input 's' can be a single iFunc or a iFunc array

   A faster syntax for the 'set' method is: s.PropertyName

 input:  s: object or array (iFunc)
         PropertyName: name of Property to search (char)
 output: property: property value in 's' (cell)
 ex :    get(iFunc) or get(iFunc,'Title')

 Version: Nov. 26, 2018
 See also iFunc, iFunc/set

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1