How do I display in Site Viewer multiple txsite/rxsite objects?

I would like to display on the same window of Site Viewer two objects, one of type txsite and the other one rxsite. The code would be the following:
TX = txsite;
RX = rxsite;
show([TX RX]);
Unfortunately I get the error message: Error using horzcat The following error occurred converting from rxsite to txsite: Expected a string scalar or character vector for the parameter name.
Error in Lab03 (line 109) show([TX RX]);
I know that is possible to use an array of txsite or rxsite objects, but it seems impossible to used a mixed array. Is there any solution or workaround to this issue?

Answers (1)

Categories

Products

Release

R2018a

Community Treasure Hunt

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

Start Hunting!