find all subsequence from a series.
古いコメントを表示
I have a series containing 250 points.I need to find all the subsequences of it.Then any subsequence contain point 0.4 then I need to choose that subsequence only.How it is possible.Please help me.
I have a set of numbers.I pollted it.I need to find all the subsequence of it and need to plot
If a=[1,2,3,4,5,6,7,8,9,0.4,0.1,0.23]
subsequence like{'1:2,2:3,3:4,.........'}
How can I do this,and I need to find a point (suppose 2)in the graph or not then marking that point in that subsequence.I am new in matlab.Please help me.
4 件のコメント
Silpa K
2019 年 9 月 18 日
Geoff Hayes
2019 年 9 月 18 日
Silpa - please clarify what you mean by all the subsequences. How are you defining a subsequence given those 250 points?
Silpa K
2019 年 9 月 18 日
Silpa K
2019 年 11 月 4 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Physical and Time Unit Conversions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!