Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Find elements in a matrix using a matrix of locations

2 Ansichten (letzte 30 Tage)
Michael Marsh
Michael Marsh am 12 Jan. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have a matrix (single column) with heart rate monitoring data, and a second matrix (single column) with locations corresponding to rows in the first. How do I use the second matrix to extract rows from the first?

Antworten (1)

Image Analyst
Image Analyst am 12 Jan. 2018
Try this:
extractedData = firstMatrix(secondMatrix);

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by