MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1
Function Description
getDiscreteState Returns a structure of the object discrete states. If the object
has no discrete states, getDiscreteState returns an empty
structure.
clone Creates another object of the same type with the same property
values
isLocked Returns a logical value indicating whether the object has been
called and you have not yet called release on the object.
isDone Applies only to source objects that inherit from
matlab.system.mixin.FiniteSource. Returns a logical
value indicating whether the end of the data file has been
reached. If a particular object does not have end-of-data
capability, this function value always returns false.
info Returns a structure containing characteristic information about
the object. The fields of this structure vary depending on the
object. If a particular object does not have characteristic
information, the structure is empty.

See Also


matlab.System


Related Examples



  • “System Objects vs MATLAB Functions” on page 34-6

  • “System Design in MATLAB Using System Objects” on page 34-9

  • “System Design in Simulink Using System Objects” (Simulink)


See Also
Free download pdf