Fliping Mux in Matlab code

1 view (last 30 days)
Tommy
Tommy on 9 Mar 2025
Commented: Tommy on 9 Mar 2025
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

Tags

Products

Community Treasure Hunt

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

Start Hunting!