I want to plot power of helicopters on y axis and name of helicopters on x axix.please help
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
rakesh kumar
am 21 Sep. 2020
Kommentiert: rakesh kumar
am 21 Sep. 2020
I don't know how to plot number and character on the same graph
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 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)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Bar Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!