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)
Afficher commentaires plus anciens
Elias Unk
le 24 Juil 2018
Modifié(e) : Walter Roberson
le 24 Juil 2018
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))
0 commentaires
Réponse acceptée
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()
0 commentaires
Plus de réponses (0)
Voir également
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!