Feeds
提问
Deleting the row of a 3D matrix with a condition
I have a simple 3D matrix. Every time I do this operation on the (:,:,1) matirx it gives me an error saying "A null assignment c...
7 years 前 | 1 个回答 | 0
1
个回答提问
replacing values from a separate vector to multiple repeated values in another vector
I have a vector in the form of x = [1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0]; and another vector resulted in from data manipu...
7 years 前 | 1 个回答 | 0
1
个回答提问
Count the occurence of a number in between other numbers
I need to extract the number of zeros of the vector highlighted below. x = [ 1 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 0 1 0] My expecte...
7 years 前 | 5 个回答 | 2


