Community Profile

photo

Veronica Gonzalez


Last seen: 8 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


Sum two matrices
Take two incoming matrices, and sum them

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


Matrix Max Finder
Output the maximum value in a matrix

etwa 6 Jahre vor