Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Find elements in a matrix using a matrix of locations

1 visualizzazione (ultimi 30 giorni)
Michael Marsh
Michael Marsh il 12 Gen 2018
Chiuso: MATLAB Answer Bot il 20 Ago 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?

Risposte (1)

Image Analyst
Image Analyst il 12 Gen 2018
Try this:
extractedData = firstMatrix(secondMatrix);

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by