Hi Jagadheesh,
I understand that you are getting the error provided in the question when you run the 'PacketBasedADSBTransceiverExample' example in Simulink.
The output signal of the 'Task Manager' block is typically a function-call signal. As evident from the error message, logging a function-call signal that is later fed to a 'Merge' block is not supported. The error can thus occur if the output of Task Manager is passed to a 'Merge' block.
To fix the error, try disabling signal logging by following the below steps:
- Navigate to the 'Task Manager' block mentioned in the error message.
- Right-click on the output signal line and select "Stop Logging Selected Signals".
You can refer to the following documentations links for more information:
Also, the example 'TransmitAndReceiveTonesUsingAD9361DualChannelsExample' seems to be present in MATLAB R2024a but not in R2023b. Consequently, MATLAB R2023b is unable to find the example as mentioned in the error. Please find the link to the R2023b documentation below:
Hope this helps.