How to change Simulink Block properties from Command Window

8 ビュー (過去 30 日間)
Yatish Chandra Chitluri
Yatish Chandra Chitluri 2021 年 1 月 20 日
コメント済み: Fangjun Jiang 2021 年 1 月 20 日
Hello Everyone,
I'm trying to change a block properties from command window.
For example, in, "Revolute Joint: Revolute" How to change Torque from None to Automatically Computed.
to
I'm trying to use, "set_param" but It is not usefull.
Can someone please help me.
Thanks in advance.
Regards,
Yatish.

採用された回答

Fangjun Jiang
Fangjun Jiang 2021 年 1 月 20 日
set_param('YourBlockPath','TorqueActuationMode','ComputedTorque')
  2 件のコメント
Yatish Chandra Chitluri
Yatish Chandra Chitluri 2021 年 1 月 20 日
Hello @Fangjun Jiang Thank you. this command works but how do you know about 'Computed Torque'. I've been wasting my time for a while now.
Is there any page about these commands?
Regards,
Yatish.
Fangjun Jiang
Fangjun Jiang 2021 年 1 月 20 日
Usually here web(fullfile(docroot, 'simulink/slref/block-specific-parameters.html#bvegf16')) but this is a masked parameter so you need to follow masked parameters.
I set the block parameter manually and use get_param() to get the actual value.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Environment Customization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by