photo

VANSHUL CHOUDHARY


Last seen: 1 year 前 自 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 years 前 | 1