Effacer les filtres
Effacer les filtres

How to debug a Simulink model that is called from Matlab

4 vues (au cours des 30 derniers jours)
Naga K
Naga K le 10 Mai 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 ?

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 10 Mai 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.

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by