Community Profile

photo

Mark Smith


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten