How can i change my code to let the name of the feature be in plot instead of the value of the rank?
1 view (last 30 days)
Show older comments
Elias Unk
on 24 Jul 2018
Edited: Walter Roberson
on 24 Jul 2018
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))
0 Comments
Accepted Answer
Walter Roberson
on 24 Jul 2018
Edited: Walter Roberson
on 24 Jul 2018
Set the xlabel property of the axes, possibly by calling xlabel()
0 Comments
More Answers (0)
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!