Press html hyperlink to open block in model
5 views (last 30 days)
Show older comments
Can I use html hyperlink to open a block in model in matlab?
0 Comments
Accepted Answer
Fangjun Jiang
on 21 Feb 2024
Do this in MATLAB Command Window and then click the link
f14;
disp('<a href="matlab:open_system(''f14/u'');">Click Here</a>')
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!