필터 지우기
필터 지우기

Histograms and Tables as Subplots: How to specify axes and plot titles ?

조회 수: 1 (최근 30일)
Priya
Priya 2013년 8월 24일
I want to draw two figures:
Figure1: Two histograms with individual titles and x- axis and y-axis lables on same figure. I have plotted histograms but don't know how to title the plots and label axes.
FigH = figure;
s(1) = subplot(2,1,1)
s(2) = subplot(2,1,2)
hist(s(1),cell2mat(Data1))
hist(s(2),cell2mat(Data2)))
Figure2: I want to show two cell arrays as tables on same figure with individual titles.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 8월 24일

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by