필터 지우기
필터 지우기

understand in which function the field is filled

조회 수: 1 (최근 30일)
Luca Re
Luca Re 2023년 12월 1일
편집: Matt J 2023년 12월 1일
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

채택된 답변

Matt J
Matt J 2023년 12월 1일
편집: Matt J 2023년 12월 1일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by