Feeds
질문
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...
거의 4년 전 | 답변 수: 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];
거의 8년 전
문제를 풀었습니다
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
거의 8년 전
문제를 풀었습니다
Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise
거의 8년 전
문제를 풀었습니다
Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number
거의 8년 전
문제를 풀었습니다
Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones
거의 8년 전
