![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/35048995_1726208898393_DEF.jpg)
Poojith
Followers: 0 Following: 0
Feeds
답변 있음
Finding out lengths of sequences of numbers in a set of vectors
Hey, You can do this way. vector = [1 1 1 3 3 1 1 4 4 4 4 1 1 3 3 3 2 2 2 2, 0]; change_indices = find(diff(vector) ~= 0); l...
Finding out lengths of sequences of numbers in a set of vectors
Hey, You can do this way. vector = [1 1 1 3 3 1 1 4 4 4 4 1 1 3 3 3 2 2 2 2, 0]; change_indices = find(diff(vector) ~= 0); l...
5개월 전 | 0