I want to go through the code to find out where variables are used in the model and what functions are available.
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Fangping
am 26 Jun. 2024
Beantwortet: Fangping
am 15 Jul. 2024
I want to go through the code to find out where variables are used in the model and what functions are available. Equivalent to the following operation is implemented using code.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
Dheeraj
am 26 Jun. 2024
Hi Fangping,
I understand you want to programmatically find where variables are used in a Simulink model.
This can be acheived using MATLAB's "find_system" function. This function allows you to search for models, blocks, lines, ports, and annotations directly from MATLAB scripts.
To know more about how to use "find_system" and the functional parameters that can be passed, you could refer to the below MATLAB's documentation.
Matlab Pro
am 26 Jun. 2024
Well - maybe this is obvious ...:
"where variables are used"
type Ctrl-Shift-F which opens the "Find in files" GUI.
I have attached an image with the GUI and marked places you need to change/configure according to your needs
" what functions are available"
If you can open the file in Matlab editor - all you need to do is click on the "GoTo" button (see another attached image)
Good luck
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!