Question

Q-3: Write a program to find out positive values from the matrix below: Hints: [m,n]=size(A); for i=1:m for j=1:n if A(i,j).......

Fig: 1

Fig: 2

Fig: 3