필터 지우기
필터 지우기

Histogram inside a plot.

조회 수: 2 (최근 30일)
Priya
Priya 2014년 3월 18일
댓글: Youssef Khmou 2014년 3월 18일
I have a histogram which I wish to be plotted inside a scatter plot at the bottom left corner.
I tried using the following but it did'nt work:
handaxes2 = axes('position', [-5 -5 1 1]);
nbins = 100;
hist(dev,nbins);
set(handaxes2, 'box', 'off');
  댓글 수: 1
Youssef  Khmou
Youssef Khmou 2014년 3월 18일
which part did not run normally?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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