![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11465835_1541726237871_DEF.jpg)
Hugo Matias
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
how to sort a matrix?
How do i do this: before: a=[3 9 5 7; 3 0 1 2; 11 2 0 9]; after: a=[11 9 9 7; 5 3 3 2; 2 1 0 0;] ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to make a matrix mirror another?
How do I do this? X=[4 7 1 0; 3 0 6 8] Y=[32 6 4 21; 77 89 0 2] X(X==0)=a; after the alteration: X=[4 7 1 a; 3...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to change matrix numbers positions
I have a matrix generated randomly and I want to change the positions of the numbers i.e: X=[2 3 4 5; 7 8 9 1] to X=[9...
대략 6년 전 | 답변 수: 3 | 0
3
답변질문
How to "partner" 2 matrixes
The matrix X is randomly shuffled, how does Y follow up that shuffle? i.e: X=[4 7 1 9; 3 0 6 8] Y=[32 6 4 21; 77 89 ...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
Center of mass problem
Imagine a matrix as if you're looking at a ship from above. I have a ship and I want to store 21 containers on it, as close as ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
simple doubt about vector
Hi I have a simple daught on matlab and I was hoping you could help me! Imagine i generate a random vector: a=randi(5,1,7)...
6년 초과 전 | 답변 수: 1 | 0