photo

Robert Groth


Last seen: 3 days ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • First Submission
  • Solver

View badges

Feeds

View by

Answered
Changing colors of outlier markers, median and whiskers in a box and whisker plot
I just found your question along with the answer from Adam. I have made a function which will let you easily implement Adam's so...

3 months ago | 0

Submitted


BoxPlotFormat
Function to allow easy modification of boxplot objects.

3 months ago | 6 downloads |

Thumbnail

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago

Solved


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

5 years ago