Community Profile

photo

Hugo Matias


自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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 ...

5 years 前 | 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 ...

5 years 前 | 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)...

5 years 前 | 1 个回答 | 0

1

个回答