Need help creating a matrix from data in a for loop.

I have 2 imbeded for statements with the first one being 24 hours and the next being 60 iterations perminute. I now need to make a 24x60 matrix to find max, min, etc, per hour, any feedback would be greatly appreciated.

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 4 月 26 日

0 投票

for hour = 0:23
for minute = 0:59
data(hour+1, minute+1) = appropriate value
end
end

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

製品

リリース

R2021b

タグ

質問済み:

2022 年 4 月 26 日

回答済み:

2022 年 4 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by