I am trying to reset the Extended Kalman Filter block in Simulink and cannot see a way to do this.

The Kalman Filter block can be reset but I cannot find a way to reset the Extended Kalman Filter. Could someone please let me know if it has this functionality?

 Accepted Answer

The built-in block does not have this functionality. You can create your own based on this built-in block.
The states (x) are defined in a Data Store Memory block. Add an external reset signal. Inside, use this signal to trig a Data Store Write block to write the reset value.

1 Comment

Thanks so much for your quick reply. I did create my own block with this function in a manner similar to your suggestion.

Sign in to comment.

More Answers (0)

Products

Release

R2025b

Asked:

on 12 Feb 2026

Commented:

on 12 Feb 2026

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!