Community Profile

photo

Veronica Gonzalez


Last seen: 1 month 前 自 2018 起处于活动状态

统计数据

All
  • Solver

查看徽章

Content Feed

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

已解决


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 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


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

6 years 前

已解决


Sum two matrices
Take two incoming matrices, and sum them

6 years 前

已解决


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 前

已解决


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

6 years 前

已解决


Matrix Max Finder
Output the maximum value in a matrix

6 years 前