Simulink Control Design™ - MathWorks

(Tuis.) #1

get


Properties of linearization I/Os and operating points


Syntax


get(ob)
get(ob,'PropertyName')


Description


get(ob) displays all properties and corresponding values of the object, ob, which can be
a linearization I/O object, an operating point object, or an operating point specification
object. Create ob using findop, getlinio, linio, operpoint, or operspec.


get(ob,'PropertyName') returns the value of the property, PropertyName, within
the object, ob. The object, ob, can be a linearization I/O object, an operating point object,
or an operating point specification object. Create ob using findop, getlinio, linio,
operpoint, or operspec.


ob.PropertyName is an alternative notation for displaying the value of the property,
PropertyName, of the object, ob. The object, ob, can be a linearization I/O object, an
operating point object, or an operating point specification object. Create ob using
findop, getlinio, linio, operpoint, or operspec.


Examples


Create an operating point object, op, for the Simulink model, magball.


op=operpoint('magball');


Get a list of all object properties using the get function with the object name as the only
input.


get(op)


get
Free download pdf