i am working on a project in simulink, as shown in the figure i need to connect the out2 of the subsytem 1 to the out 2 of the subsytem and then connect to the matrix concatenate.. But it's not connecting, & and just showing only the path

 Accepted Answer

Looking at the screenshot, this is simply not possible. You can't put two different signals into the same port.

6 Comments

Maybe you want to combine the two signals? Try the "MUX" block.
hi andrew, I have tried using the mux block, with the mux block there is an error with the matrix dimensions and also i have tried using the element wise matrix multiply block, with this there is an error in the output datatype being uint16 and the input being uint8
i was able to alter the output datatype in the properties of the matrix multiplier block, but my goal of splitting the image into four blocks is not achieved..if u could please run the simulink model i am going to attach and share the result.
hello...the issue is solved, i had a connection wrongly placed...and herre is the file if u r interested..and tnqs for the help Andreas

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!