I want to plot power of helicopters on y axis and name of helicopters on x axix.please help

1 view (last 30 days)
I don't know how to plot number and character on the same graph

Accepted Answer

Walter Roberson
Walter Roberson on 21 Sep 2020
categorical() the cell array of character vectors that are the helicopter names, and then plot() providing the categorical variable as the first parameter (the x)

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!