add_block('powertrainlib/Powertrain','Generator_to_Electric_Motor/Powertrain’);
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Fangjun Jiang
am 5 Jan. 2024
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'
0 Kommentare
Siehe auch
Kategorien
Mehr zu Automotive Applications finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!