extended kalman filter simulink block won't accept additional inputs

조회 수: 3 (최근 30일)
ofirmsh
ofirmsh 2022년 8월 27일
답변: ofirmsh 2022년 8월 29일
I'm using the EKF block in simulink, the block recives the current state vector (denoted on the block as y1) and outputs the state estomation (x_hat). inside the block itself you need to define a state function using a matlab .m file, if you define the state function to have more than one input then another input port shows up on the block, when I try to run the model with a the new input port connected to some constant value block then an error shows up saying the state function has an unsupplied input. I can't understand what I'm doing wrong, does anyone have any idea?
thanks alot in advance,
Ofir

채택된 답변

ofirmsh
ofirmsh 2022년 8월 29일
The problem was in another block in the model, I was calling my state transition func without giving it the right inputs inside a diffrent function.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by