Statistics
0 Questions
6 Answers
RANK
12,782
of 300,499
REPUTATION
4
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 21,021
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,381
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Increasing the line width of box plot whiskers
Voss's answer demonstrates very well how to work with each aspect of boxplot. In case users want to try out boxchart, then her...
5 days ago | 1
Create a grouped boxplot
There are a few ways to accomplish this (or something similar looking) by using boxchart itself. Let's start with the same dummy...
5 days ago | 1
plotting multiple boxplots in the same figure window
The question and Tom Lane's answer refers to boxplot, which is in the Statistics and Machine Learning Toolbox. Starting in R2020...
5 days ago | 0
Color each boxplot differently
As has been pointed out, boxchart (documentation) was introduced in R2020a and offers flexibility with coloring of the face of b...
6 days ago | 0
Question on how to delete the data (outliers) in the boxplot
As per boxplot's documentation, each aspect of a boxplot is tagged and we can find them with findobj: ax=axes; boxplot(ax,[-3,...
8 days ago | 0
Issue with BoxChart in TiledLayout - Axis behavior
I'm investigating the white space, but in the meantime you can create each colored boxchart individually with numeric x-axes and...
2 years ago | 0
| accepted

