photo

Bruno Baptista


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

已回答
How can i put all zeros in the end of the rows in a matrix?
A = [matriz]; At = A'; N = length(A); B = zeros(size(At)); idx = At == 0; B(~sort(idx)) = At(~idx); B=B'

7 years 前 | 0

| 已接受

提问


How can i put all zeros in the end of the rows in a matrix?
i wanto to put all the zero elemets of a matrix to the end of the rows. For example if i have A=[1 0 2 3 0;1 3 0 2 5;0 2 4 0 1] ...

7 years 前 | 2 个回答 | 0

2

个回答