shaikh105
Member level 1
set threshold matlab
i want to capture following series of numbers into segments
as the series of numbers below show 4 segments
vector= [1 2 3 10 11 12 13 90 91 100 101 102 103 104 105 106.........]
ie.
seg1= 1 2 3
seg2= 10 11 12 13
seg3= 90 91
seg4= 100 101 102 103 104 105 106
.............................upto seg(N)
i need help in making matlab code that searches such "seg" from within the "vector" and stores them individually as seg1, seg2, seg3,,,,seg(N).
can any body help me plz
i want to capture following series of numbers into segments
as the series of numbers below show 4 segments
vector= [1 2 3 10 11 12 13 90 91 100 101 102 103 104 105 106.........]
ie.
seg1= 1 2 3
seg2= 10 11 12 13
seg3= 90 91
seg4= 100 101 102 103 104 105 106
.............................upto seg(N)
i need help in making matlab code that searches such "seg" from within the "vector" and stores them individually as seg1, seg2, seg3,,,,seg(N).
can any body help me plz