Extracting groups of vector
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
i would like to extract subvectors of a vectors. I ask me, if this is possible without loops or so. I have a data, that is shown below. Lets say the y-axis is a vector A and the x-axis B. As you can see there is groups of points along the x-axis. I would like to extract all columns that you can see in the picture in subvectors. The selection needs to be with a tolerance, since B is a measured data.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1198378/image.png)
Do you have any idee, how this could be done? thank you in advance!
Respuestas (1)
Matt J
el 18 de Nov. de 2022
2 comentarios
Image Analyst
el 18 de Nov. de 2022
Nice - I didn't know about that function. I was going to suggest histogram or histcounts, which would also work.
Matt J
el 18 de Nov. de 2022
If you didn't have the stats toolbox, you probably would have to resort to that.
Ver también
Categorías
Más información sobre Errorbars en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!