how to plot group boxplot
3 ビュー (過去 30 日間)
古いコメントを表示
a = readtable('Sample data2.xlsx')
b = 'samdig.png'
imshow(b)
I want matlab code to plot the boxplot of above data to look the above diagram but in 'notched form'. Kindly help me out. Thanks.
5 件のコメント
回答 (1 件)
Ankit
2022 年 1 月 17 日
編集済み: Ankit
2022 年 1 月 17 日
Have a look over the below link. There are sufficient infos available on MATLAB Website
Also you can find some ready made function shared on MATLAB File Exchange
Info: 'boxplot' requires Statistics and Machine Learning Toolbox.
Below submission doesn't required any Toolbox.
3 件のコメント
Ankit
2022 年 1 月 18 日
編集済み: Ankit
2022 年 1 月 18 日
@Ojo Olusola you need to try the above mentioned functions/links by me and Adam by yourself. In case you face problem then we can help further..
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!