How to get a hist graph with normalized data on both axis

1 回表示 (過去 30 日間)
DC
DC 2016 年 2 月 19 日
編集済み: Azzi Abdelmalek 2016 年 2 月 19 日
Using following code but also want to have normalized y axis to see how much % data points have which value. Pls suggest.
clear, clc
v1=xlsread('T_g13_3.xlsx');
[normData_v1,maxD,minD]=normalize(v1);
x=[min(normData_v1):0.1:max(normData_v1)];
v1_hist(x,y)=hist(v1,x);
plot(x,v1_hist,'g*')

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by