I want to plot power of helicopters on y axis and name of helicopters on x axix.please help
조회 수: 4 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!