change the number of bins in corrplot function?

4 ビュー (過去 30 日間)
Yaser Khojah
Yaser Khojah 2019 年 11 月 19 日
コメント済み: Yaser Khojah 2019 年 11 月 26 日
Hello,
Is there anyway to change the number of bins in corrplot function? I would like to use 10 bins instead let MATLAB choose it.

採用された回答

Urmila Rajpurohith
Urmila Rajpurohith 2019 年 11 月 22 日
Input arguments accepted by “corrplot” function are data series to plot correlation, axeson which to plot and name value pairs.
You cannot provide the number of bins as an input argument to the “corrplot” function as it is done in "histogram" function.
You can refer to the below documentation to know the name value pairs supported by “Corrplot” function
  1 件のコメント
Yaser Khojah
Yaser Khojah 2019 年 11 月 26 日
Thanks for your help.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by