Feeds
提问
If statement is not triggering correctly
function Mnew = exchangeRows(M,i,j) if i <=0 && j <=0 || i > length( M(:,1)) && j > length( M(:,1)) || j <=0 && i > length( M(:...
6 years 前 | 1 个回答 | 0
1
个回答提问
swapping rows in a matrix
How can i create a matrix which is a copy of an other matrix except 2 rows have to swap. for example 4*4nmatrix called M how ca...
6 years 前 | 1 个回答 | 1
