Borrar filtros
Borrar filtros

How to debug a Simulink model that is called from Matlab

4 visualizaciones (últimos 30 días)
Naga K
Naga K el 10 de Mayo de 2024
Respondida: Fangjun Jiang el 10 de Mayo de 2024
I am working on documenting a Matlab + Simulink code which was written by someone else.
I have no problem understanding the Matlab code by Running the code using the "Step In" option available in Matlab .
The issue I have is, when matlab transfers control from Matlab file to Simulink, using the function call "sim(model_name,parameters)"
When I continue the "Step In" after the program control gets transferred to Simulink, Matlab opens "fullfile.m" instead of the Simulink blocks
How do I "Step In" each block of Simulink when the program control gets transferred to simulink ?

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 10 de Mayo de 2024
This would be difficult. If you do need to debug any issue with the Simulink model simulation, I would suggest you do it separately with the Simulink model.
Open the Simulink model, Click "Debug" at the top menu tab. You can trace signal values, add break point, run step by step, etc. But it will be different than debugging code line by line.
Once you resolved the issues with the Simulink model and make sure the simulation is correct, then focused on debugging the MATLAB code.

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by