Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Find elements in a matrix using a matrix of locations

2 visualizaciones (últimos 30 días)
Michael Marsh
Michael Marsh el 12 de En. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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?

Respuestas (1)

Image Analyst
Image Analyst el 12 de En. de 2018
Try this:
extractedData = firstMatrix(secondMatrix);

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by