フィルターのクリア

Plot bins - How to plot numerous bins

2 ビュー (過去 30 日間)
James Hannon
James Hannon 2020 年 4 月 5 日
編集済み: Poonam Mahapatra 2020 年 4 月 27 日
I'm currently using the plotbins function in credit score card modelling, which is part of the financial toolbox. How can I get a figure that contains multiple plots? I've tried subplot and tiledlayout but neither of these work. I would like to have a figure that contains the bins for all the predictors

回答 (1 件)

Poonam Mahapatra
Poonam Mahapatra 2020 年 4 月 27 日
編集済み: Poonam Mahapatra 2020 年 4 月 27 日
You can use Binning Predictor App to have a figure that contains bins for all the predictors.
To plot figure that contains the bins for all the predictors, you can type the following command in the MATLAB command window
>> binningExplorer(data)
where data refers to the input data table
Please find more details about the Binning Explorer App in the following link:

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by