Inquiry of the error of output port data type which can't be fixed

26 次查看(过去 30 天)
Hello everyone,
I faced one error "Unable to register data type 'BusMultiObjectTracker1' for 'TrialRef/Tracks' due to the following error: The number of elements must be greater than zero for this data type.",which I cann't figure it out. I don't get it.
I've spent many many days on my model and it's not still working.
Please take a look at this issue if you are familiar with it.
The layout is like below:
Any help is much appreicated!
Regards,
Edward

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2020-9-15
'BusMultiObjectTracker1' is likely a Simulink.Bus object. Check it in base workspace or your Simulink Data Dictionary. The number 2 Outport block "Tracks" is specified to have that bus. Now, it seems that the actual signal connected to that Outport block does not have any bus element.
  3 个评论
Fangjun Jiang
Fangjun Jiang 2020-9-17
Use BusCreator and BusSelector block to interface between Bus and signal elements
Change the data type of the Outport block to change from "Bus: <object name>" to any other data type.
Edward Cheng
Edward Cheng 2020-9-21
Hi Fangiun,
I really appreciate your assistance. I try to make my model run with you suggestions and I'm building this for my master project. I'm wondering if it's possible to send you my model and please take a look at it when you are available.
Thank you so much!
Regards,
Edward

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interactive Model Editing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by