Invalid Simulink object name: 'task_05/Circuit/R_load'.
7 次查看(过去 30 天)
显示 更早的评论
Hi, I've been struggling with the same problem for a couple of days. I built my electric circuit in Plecs through Simulink.
and the same warning sign came out consistently.
-----------------------------------------------------------------------
Error using Task5
Invalid Simulink object name:
'task_05/Circuit/R_load'.
Caused by:
Error using Task5
Unable to find block 'R_load'.
--------------------------------------------------------------------------
It looks like there are some errors to the name of the block "R_load". I tried to change the name of block for several time like "R", "R2", "2", but all the try was not working.
how can I fix the error?
1 个评论
Angelo Yeo
2023-12-14
编辑:Angelo Yeo
2023-12-14
This issue sounds very specific to the model. Can you share the model reproduction steps for further investigation?
回答(1 个)
madhan ravi
2023-12-14
It is possible that R_load has invisible character at the end. Click on R_load Subsystem and then type gcb in MATLAB command window to get the exact name of the subsytem.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!