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)
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))

Accepted Answer

Walter Roberson
Walter Roberson on 24 Jul 2018
Edited: Walter Roberson on 24 Jul 2018
Set the xlabel property of the axes, possibly by calling xlabel()

More Answers (0)

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!