Feeds
提问
Connect 2 points in matrix
I have matrix zeros(5,5) and i know coordinates of 2 points example: [1,1],[5,5]. And now i want to connect this 2 points to get...
9 years 前 | 3 个回答 | 0
3
个回答提问
closest index in matrix between two values
hello, i have 2d matrix for example: X = [0 0 0 0 0; 1 1 1 1 1; 0 1 2 1 0; 1 1 1 1 1; 0 0 0 0 0...
9 years 前 | 3 个回答 | 0
