photo

VANSHUL CHOUDHARY


Last seen: 1年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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);

3年弱 前 | 1