Matlab's plot function Linetype setting and the code example of the horizontal line as a string

Source: Internet
Author: User

2. Code instance with the horizontal axis as a string

cell={' PLS ', ' SVM ', ' RF ', ' nnet ', ' NB ', ' PLR ', ' c5.0′ ', ' PDA ', ' KNN ', ' GLM ', ' BCT '};% classification method
ydata=[7.78 7.16 7.75 9.06 1.94 5.47 6.19 3.44 6.38 1.81 9.03];%mean rank value
N=size (cell,2);
X=1:1:n;
Plot (X,ydata, ' K ', X,ydata, ' rs ');
Ylabel (' mean rank ');
Xlabel (' classification ');
Grid on;
Set (GCA, ' XTick ', x);
Set (GCA, ' Xticklabel ', cell);

Matlab's plot function Linetype setting and the code example of the horizontal line as a string

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.