How to draw a bar plot for comparison different methods?
조회 수: 8 (최근 30일)
이전 댓글 표시
I want to draw a figure like the figure that I attached, every colourful line is the output of a specific methode and the output of each of methodes is drew for different classifiers (C4.5, NB, KNN, RF, SVM). This figure compared the different methods based on each classifier. How can I write codes or using plot toolbox in MATLAB to draw this kind of figure. I'll be very grateful to have your opinions. Thanks.
댓글 수: 1
Adam Danz
2020년 1월 13일
You can follow this example and apply it to your data.
You'll find that matlab's documentation almost always includes functional examples so if you're looking for a different kind of plot in the future, just search the internet and include the word "matlab" and you'll like find what you're looking for pretty quickly. Alternatively, you could search the documentation directly (see the link I provided) or you could search in this forum. That majority of google search results that include the word Matlab provide links to the documentation or this forum.
답변 (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!