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
0 件のコメント
採用された回答
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 Exchange で Bar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!