A stacked horizontal bar-chart can be made in MATLAB by ___________ command d) Mentioning stacked as input to the bar3h command

A stacked horizontal bar-chart can be made in MATLAB by ___________ command d) Mentioning stacked as input to the bar3h command Correct Answer Mentioning stacked as input to the bar3h() command

The bar3h() command is used to make a horizontal pie chart of a set of data. The bars can be stacked by giving ‘stacked’ as input to the command.

Related Questions