Effacer les filtres
Effacer les filtres

understand in which function the field is filled

1 vue (au cours des 30 derniers jours)
Luca Re
Luca Re le 1 Déc 2023
Modifié(e) : Matt J le 1 Déc 2023
i try to use matlab debugging but I couldn't understand where the "ReportAggreg" field was created..
I have the main code that calls several functions which in turn call others... it's a bit of an elaborate code...
How can I understand in which function the field is filled?
Is there a procedure to search in the .m files of the matlab folder where that field is called? or if there is another valid
method

Réponse acceptée

Matt J
Matt J le 1 Déc 2023
Modifié(e) : Matt J le 1 Déc 2023
If ReportAggreg is created literally with an assignment statement of the form
someStruct.ReportAggreg = something
it should be easy to find using the file search tool.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by