How can i change my code to let the name of the feature be in plot instead of the value of the rank?

1 vue (au cours des 30 derniers jours)
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))

Réponse acceptée

Walter Roberson
Walter Roberson le 24 Juil 2018
Modifié(e) : Walter Roberson le 24 Juil 2018
Set the xlabel property of the axes, possibly by calling xlabel()

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by