photo

VANSHUL CHOUDHARY


Last seen: quasi 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Creating a submatrix from a matrix
A = rand(4,3); % Get those elements of A that are located in rows 3 to 4 and % column 2 to 3. sub_matrix = A(3:4,2:3);

oltre 3 anni fa | 1