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

조회 수: 1 (최근 30일)
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))

채택된 답변

Walter Roberson
Walter Roberson 2018년 7월 24일
편집: Walter Roberson 2018년 7월 24일
Set the xlabel property of the axes, possibly by calling xlabel()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by