Accessing MATLAB System workspace while running a Simulink model on external mode

조회 수: 1 (최근 30일)
I'm working with a Raspberry Pi with an AudioInjector module and programming audio effects to run in real time on the device using Simulink.
I'm used to program in MATLAB where I can debug the code by setting breakpoints and checking the values of the variables that the program is working with at a given moment. But I don't see a way to do this while working on Simulink. This is my Simulink project.
And I want to access the workspace that the MATLAB System (SchroederLR) is using so I can check the value of the variables. Given that I'm using the Raspberry input and output modules I need to run the simulation on external mode. Is there a way to do this? Thanks in advance.

답변 (1개)

Mark McBroom
Mark McBroom 2020년 11월 15일
The best way to debug a Simulink model while it is running on the target system is to put the Simulink model in External mode and then place scopes and displays at different locations in the Simulink model to monitor internal signal values.

카테고리

Help CenterFile Exchange에서 Run on Target Hardware에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by