DocumentationHelp Center
Locked status of online parameter estimation System object
L = isLocked(obj)
example
L = isLocked(obj) returns the locked status of online parameter estimation System object™, obj.
L
obj
collapse all
Create a System object™ for online estimation of an ARMAX model with default properties.
obj = recursiveARMAX;
Check the locked status of the object.
L = logical 0
Estimate model parameters online using step and input-output data.
step
[A,B,C,EstimatedOutput] = step(obj,1,1);
Check the locked status of the object again.
L = logical 1
step puts the object in a locked state.
recursiveAR
recursiveARMA
recursiveARX
recursiveARMAX
recursiveOE
recursiveBJ
recursiveLS
System object for online parameter estimation, created using one of the following commands:
Locked status of online estimation System object, returned as a logical value. L is true if obj is locked.
true
clone | recursiveAR | recursiveARMA | recursiveARMAX | recursiveARX | recursiveBJ | recursiveLS | recursiveOE | release | reset | step
clone
release
reset
A modified version of this example exists on your system. Do you want to open this version instead?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Get trial now