photo

Mark Smith


2016 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


I am trying to obtain a series of vectors made of elements from a larger vector given they exceed a threshold
I have Z=[6 7 8 5 6 7 8 3 2 4]' vector for i=1:10; A(i) =Z(Z>Z(i)); end For some reason its not working

8年以上 前 | 2 件の回答 | 0

2

回答

質問


I have a vector A consisting of 200 elements, and I need to create new vectors made of elements of A that are bigger than a particular threshold but I need these new vectors to be named different from each other as to carry some procedure on them.
I have a vector A consisting of 200 elements, and I need to create new vectors made of elements of A that are bigger than a part...

8年以上 前 | 2 件の回答 | 0

2

回答