Python Script Simulink Real Time

6 Ansichten (letzte 30 Tage)
Diede Hilhorst
Diede Hilhorst am 22 Feb. 2024
Bearbeitet: Rushikesh am 18 Sep. 2024
Good afternoon,
In Simulink you can intergrate Python script into the model, does that also work for External Mode Simulation for Simulink Real Time?
Kind regards,
Diede

Antworten (1)

Rushikesh
Rushikesh am 17 Sep. 2024
Bearbeitet: Rushikesh am 18 Sep. 2024
Since External Mode Simulation in Simulink Real-Time allows Simulink model to interact with real-time application running on target hardware. This involves producing C/C++ code from Simulink to run on target hardware and as per my knowledge, MATLAB R2023b currently does not support code generation from python code.
I suggest to try replacing python code with equivalent MATLAB or C/C++ for deployment.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by