Feeds
질문
How can i find elements of matrix above and under secondary diagonal,but i cannot use Matlabs syntax, just using for and if loops.
We used this code i+j==size(A,1)+1 (i=rows,j=columns) for elements on secondary diagonal, but i don't know how to manipu...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
How do i call function with three output arguments?
I have an assignment to write a function which returns the minimum value of the element in the matrix and his index . If funct...
대략 10년 전 | 답변 수: 2 | 0