Can I create custom help for Simulink subsystems?

When you mask a subsystem you can add custom help to the mask in the Documentation tab of the Mask Editor. By doing this you can right click the mask and go to 'Help' at the bottom of the drop down to pull up the documentation in the MATLAB web browser. Is there any way to do this same thing with a regular, unmasked subsystem?

 採用された回答

A Jenkins
A Jenkins 2014 年 8 月 11 日

0 投票

I've been using this workaround:
  1. Add the mask to the subsystem and create your documentation as normal. Don't add anything else to the mask.
  2. Now when you try to double click on a block to open it, you have an ugly empty mask popup.
  3. To get rid this, go to Properties->Callbacks->OpenFcn, and add the command open_system(gcb,'force').

1 件のコメント

Spencer
Spencer 2014 年 8 月 11 日
That's really helpful, thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSubsystems についてさらに検索

質問済み:

2014 年 8 月 11 日

コメント済み:

2014 年 8 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by