Azzera filtri
Azzera filtri

how to use .mex file in simulation for quanser qube servo?

5 visualizzazioni (ultimi 30 giorni)
Hi,
i would like to run an RLAgent on a Quanser Qube SERVO-2. Since the RLAgent included in the reinforcement learning toolbox is not supported by code generation it does not seem to be possible to upload that block as itself.
Instead i generated a .mex (matlab executable) file from the trained agent policy (.mat file). See:
How can i run the generated .mex file in my simulink model?
Thanks for any tips,
Best regards,
Joshi Kumar V

Risposta accettata

Walter Roberson
Walter Roberson il 4 Ago 2021
There is no possibility that will work. MEX files require a full MATLAB runtime, either as an actual MATLAB or as the MCR (MATLAB Component Runtime.) MCR is only supported on platforms that MATLAB itself can run on -- which is currently only Intel x64 systems together with Mac M1 ARM-based systems.
If there is a way forward at all, you would have to generate standard C or C++ code instead of MEX .
  1 Commento
Joshi Kumar V
Joshi Kumar V il 4 Ago 2021
I have generated C/C++ code using Microsoft Visio 2019. Could you please elaborate on how to proceed?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by