matlab修改legend方向
可以选择横排或者竖排
legend('AA', 'BB', 'orientation', 'Vertical')
legend('AA', 'BB', 'orientation', 'horizontal')
    快去成为你想要的样子!
可以选择横排或者竖排
legend('AA', 'BB', 'orientation', 'Vertical')
legend('AA', 'BB', 'orientation', 'horizontal')
