Conditional addition of matrix rows?

1 回表示 (過去 30 日間)
Andi
Andi 2021 年 12 月 1 日
回答済み: Walter Roberson 2021 年 12 月 1 日
My data matrix consists of 54 coloumns and 186 rows. The values in the first column varies from 0 to 6. I need to add the rows of remaining columns conditionally.
For example, I set a window of 1 for addition of rows 6-5, 5-4, 4-3, 3-2 and so on.
for first window (6-5), there is only one row ...
for second window (5-4) ... there is two rows for addition ..
for third window (4-3) .. there are 5 rows
clear all
clc
X = readmatrix('NEW.csv'); % data is also attached here

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 12 月 1 日

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by