How to programmitcally edit the "Goto Tag" in "From" block in simulink
4 views (last 30 days)
Show older comments
Reihaneh Jahedan
on 28 Aug 2023
Commented: Reihaneh Jahedan
on 31 Aug 2023
I have a simulink model with multiple Goto blocks. I also have a "From" block in my model that corresponds to one of these "GoTo" blocks, How can I change its "Goto Tag" and "Goto Source"? I want it to get coreesponded to another "GoTo" block.
0 Comments
Accepted Answer
Fangjun Jiang
on 28 Aug 2023
get_param(PathToTheBlock,'GotoTag');
set_param(PathToTheBlock,'GotoTag','B')
More Answers (0)
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!