Community Profile

photo

harish kolla


自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Matlab function to take matrix as input and return elements in its four corners as output
function [top_left,top_right,bottom_left,bottom_right]= corners (A) top_left= A(1,1) top_right= A(1,end) bottom_left=A(end,1)...

5 years 前 | 0