필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Joshi Kumar V
Joshi Kumar V 2021년 8월 4일
댓글: Joshi Kumar V 2021년 8월 4일
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

채택된 답변

Walter Roberson
Walter Roberson 2021년 8월 4일
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
Joshi Kumar V
Joshi Kumar V 2021년 8월 4일
I have generated C/C++ code using Microsoft Visio 2019. Could you please elaborate on how to proceed?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by