I have a 6x6
double matrix A
:
1 1 2 -1 -2 2
-1 -3 1 1 2 1
3 5 1 -1 -3 3
4 -5 2 2 1 -3
-4 1 3 3 -2 3
2 3 -3 -4 2 -3
How do I find the number of positive values from this matrix using MATLAB?