photo

Victor Francisco Pajuelo Madrigal


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 9 år ago | 1 answer | 0

1

answer

Question


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

mer än 9 år ago | 1 answer | 0

1

answer

Question


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

mer än 9 år ago | 2 answers | 0

2

answers