How can i change my code to let the name of the feature be in plot instead of the value of the rank?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Elias Unk
il 24 Lug 2018
Modificato: Walter Roberson
il 24 Lug 2018
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))
0 Commenti
Risposta accettata
Walter Roberson
il 24 Lug 2018
Modificato: Walter Roberson
il 24 Lug 2018
Set the xlabel property of the axes, possibly by calling xlabel()
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Line Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!