sort variables from a single column

I have a set of data and i need to sort out two conditions that are mixed in a single column. How I can do that without complicating my task very much?

 采纳的回答

Use logical indexing to satisfy the two conditions all at once like below
x=1:10; %an example
x(x>5 & x<7)

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by