Community Profile

photo

Stijn Bier


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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(:...

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 1

1

answer