photo

Ryan Verburg


Last seen: 4 days ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Answered
How to change the size of heatmap axis labels
Hey Adam Danz, I am currently looking for a way to change the font of the column and row labels; that is, in your example, MidW...

22 days ago | 0

Question


Changing the colours in heatmap for specific ranges in values
I have a heatmap with data extending from about -120 to 1400. I am using colormap Turbo, which looks nice. However, to make the...

1 month ago | 1 answer | 0

1

answer

Submitted


merge function
[M] = merge(m1,m2) Takes 2 matrices with elements (including NaN) and combines them

4 years ago | 1 download |

Thumbnail

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 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:...

4 years ago