フィルターのクリア

How to perform the same actions on a matrix that is broken up into sections?

3 ビュー (過去 30 日間)
Em
Em 2021 年 2 月 22 日
回答済み: SaiDileep Kola 2021 年 2 月 26 日
Hi everyone,
I have a matrix where one column has values '1,1,1,.....1,2,2,2.....2,3,3,3..... etc). I want to divide the matrix up into several matrices with the same first column value, but then perform the same set of actions on each matrix (s.d., fourier transform) after I'll plot them all together. I'm dealing with a lot of really similar data so I'd really like to learn how to program more efficiently. Does anyone have any ideas on approaches I could use other than simply using a certain range within the matrix each time?
Cheers!
  1 件のコメント
James Tursa
James Tursa 2021 年 2 月 22 日
Please provide more specifics. How do you want your matrix split up? What exact operation(s) do you want done with the pieces? How would you put things back together? Etc. A small example would help.

サインインしてコメントする。

回答 (1 件)

SaiDileep Kola
SaiDileep Kola 2021 年 2 月 26 日
Various operations are discussed for matrix segmentation and rebuilding here and also refer matrix array operations

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by