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

2 ビュー (過去 30 日間)
I don't know how to plot number and character on the same graph

採用された回答

Walter Roberson
Walter Roberson 2020 年 9 月 21 日
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)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBar Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by