How to draw a bar plot for comparison different methods?

22 views (last 30 days)
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.figure1.jpg
  1 Comment
Adam Danz
Adam Danz on 13 Jan 2020
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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!