Simulink multi-object tracker code generation error. Any clue ?

1 view (last 30 days)
Hi,
I have a multi-object tracker showing code generation error (dspace rti target): 'Variable sized properties in handle classes are not supported. This operation defines 'trackingKF.StateTransitionModel' as double[:? x :?].
My issue is this error comes from read-only routine:
toolbox\shared\tracking\trackinglib\+matlabshared\+tracking\+internal\KalmanFilter.m
I tried enabling dynamic memory allocation (coder.config), without success.
How to fix it please ?error_codegen_kalman_multitracker.png
  2 Comments
Honglei Chen
Honglei Chen on 5 Feb 2019
Is there a reproduction code that you can share so we can take a look? Thanks.
Julien Bernard
Julien Bernard on 26 Mar 2019
Thank you for your quick answer.
Attached is a reproduction code, starting from SyntheticDataSimulinkExample
Kind regards

Sign in to comment.

Answers (0)

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!