Victor Francisco Pajuelo Madrigal
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Find the max/min values within determined segments of a matrix
For two matrices A and B: A = [1 2 3; 4 5 6; 7 8 9; 10 11 12]; B = [3 5 8; 3 1 2; 1 5 2; 5 8 0]; For certain segments i...
9 years 前 | 1 个回答 | 0
1
个回答提问
Setting non-repeated elements from two related matrices to NaN
For the matrices A and B, A = [1 2 1; 3 5 1; 2 3 6] B = [1 2 3; 4 5 6; 7 8 9] set the non-repeated elements of ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to get the highest values on a matrix depending on the values of another matrix
I want to sort out the values of a matrix (A) depending on another independent matrix (B), and create a third matrix with the re...
9 years 前 | 2 个回答 | 0