LQR and c2d not available with matlab coder.

14 Ansichten (letzte 30 Tage)
Dean Montgermy
Dean Montgermy am 4 Mär. 2020
Kommentiert: soepblik am 4 Mär. 2020
Hi,
i have a matlab code with LQR and c2d function in it but matlab coder doesn't support those functions.
What is the best way to fix this? I search on the internet for the full written matlab algorithms of LQR and c2d but i couldn't find it..
thanks in advance!

Antworten (1)

Darshan Ramakant Bhat
Darshan Ramakant Bhat am 4 Mär. 2020
Unfortunately these two functions are not supported C/C++ code generation yet. I have made an internal request to support these functions in one of the future release.
The way to fix is to re-write the algorithm in MATLAB using the constructs / functions supported for code generation. You can refer to the below example document :
Hope this will help you.
  1 Kommentar
soepblik
soepblik am 4 Mär. 2020
Hmm no this doesn’t answer my question. Is there a full written out function of lqr and c2d which i can use then instead?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by