필터 지우기
필터 지우기

About ploting values in array and holding them

조회 수: 1 (최근 30일)
rathod ujjval rameshbhai
rathod ujjval rameshbhai 2015년 9월 1일
답변: Walter Roberson 2015년 9월 2일
I have following code as function
function PlotSample(x)
figure(1);
sublot(3,1,1);
[a,b]=hist(x);
hold on;
a=100*(a./size(x,1));
end
Now if i have diffrent values of x like x1,x2 and x3 all having size 100*2 then how to plot 6 histograms in 1 plot?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 2일

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by