Fliping Mux in Matlab code

Hi,
Is there a way to flipe any cells/ elements that creat by matlab code?
the line belew create left-to-right MUX:
I would like to flip it like in attached picture.
PH_Add_dmux=get(Add_dmux,'PortHandles');

 Accepted Answer

Fangjun Jiang
Fangjun Jiang on 9 Mar 2025
set_param(BlockPath,'Orientation','left')

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Tags

Asked:

on 9 Mar 2025

Commented:

on 9 Mar 2025

Community Treasure Hunt

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

Start Hunting!