フィルターのクリア

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 Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by