photo

Mark Smith


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas