フィルターのクリア

add_block(​'powertrai​nlib/Power​train','Ge​nerator_to​_Electric_​Motor/Powe​rtrain’);

5 ビュー (過去 30 日間)
xiaoming li
xiaoming li 2023 年 12 月 25 日
回答済み: Fangjun Jiang 2024 年 1 月 5 日
add_block('powertrainlib/Powertrain','Generator_to_Electric_Motor/Powertrain);
Error due to multiple causes.
Caused by:
Unable to load block diagram 'powertrainlib'
There is no block named 'powertrainlib/Powertrain'
how to fix this?

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2024 年 1 月 5 日
The full path of the source block is incorrect. The best way to handle this, is to do it manually.
If you are able to open the powertrain library manully, then select the block you want to add, go to MATLAB Command Window, type 'gcb'. It will show you the correct path of the block. Then you can use it in the add_block(). For example:
>> gcb
ans =
'autolibmotorctrlr/Interior PM Controller'

カテゴリ

Help Center および File ExchangeAutomotive Applications についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by