Eliminate or merge the sequences
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
Using vectorization, I want to merge the sequences. Let say I have vector v with values
v = [43 43 43 33 34 35 35 43 43 43 43 43];
I want to get an other vector which should store on only
ind =[1 4 5 6 8];
The sequence should be eleminated and their index should be safed in ind.
0 个评论
回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!