photo

Baldvin

MathWorks

Active since 2023

Followers: 0   Following: 0

Programming Languages:
R, MATLAB
Spoken Languages:
English

Statistics

MATLAB Answers

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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