Why isn't a GoTo tag used in asbQuadcopter's Non-linear airframe block showing it's corresponding From tag outside that block and how to fix it?
2 次查看(过去 30 天)
显示 更早的评论
Here the From block is marked inside the nonlinear block.
Here the goto source shows none. I have made sure that the GoTo tag is set to global visibility. Please help.
Thanking You
Apoorv Pandey
apoorv.pandey.19e@iitram.ac.in
0 个评论
采纳的回答
Luca Ferro
2023-2-13
The global scope can be useful to connect From and Goto blocks anywhere in the model BUT the location must be virtual. You cannot pass to locations that trespass nonvirtual subsystems blocks. Goto and From blocks can only be virtual.
You should maybe check if your From block is actually virtual.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parrot Minidrones 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!