Community Profile

photo

Veronica Gonzalez


Last seen: 1 month ago Active since 2018

Statistics

All
  • Solver

View badges

Content Feed

View by

Question


I have a 20x20 matrix of histogram values. How can I plot this using the histogram2 function? I do not have the x and y values.
Hello, I'd like to plot a 20x20 matrix of histogram values using the histogram2 function? I was able to plot it using the heatm...

2 years ago | 1 answer | 0

1

answer

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

6 years ago

Solved


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

6 years ago

Solved


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

6 years ago

Solved


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

6 years ago

Solved


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

6 years ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

6 years ago

Solved


Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number

6 years ago

Solved


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

6 years ago

Solved


Matrix Max Finder
Output the maximum value in a matrix

6 years ago