Community Profile

photo

Gravey


Leeds Beckett University

Active since 2016

Followers: 0   Following: 0

Message

PhD Student Biomechanics
Race walking

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Vertically stacked histograms or violin plots or density estimators for 14 variables
Hi, I am looking to create a figure similar to the attached. Where X axis is 0:100 and y axis has the string name to each var...

5 years ago | 0 answers | 0

0

answers

Answered
Put Strings in a column
Hi, I think I would create a separate column for each of the countries you want stacked underneath each other vertically, and...

5 years ago | 2

Question


colour map scatter with multiple groups / variables
<</matlabcentral/answers/uploaded_files/137140/matlab.png>> I have code to produce a coloured scatter. Figure 1 and two are...

5 years ago | 1 answer | 0

1

answer

Solved


Add two numbers
Given a and b, return the sum a+b in c.

8 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years 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:...

8 years ago