フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Find elements in a matrix using a matrix of locations

2 ビュー (過去 30 日間)
Michael Marsh
Michael Marsh 2018 年 1 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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?

回答 (1 件)

Image Analyst
Image Analyst 2018 年 1 月 12 日
Try this:
extractedData = firstMatrix(secondMatrix);
  1 件のコメント
Michael Marsh
Michael Marsh 2018 年 1 月 12 日
You're a beautiful soul.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by