Community Profile

photo

harish kolla


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

bijna 5 jaar ago | 0