matrix array for loop

for example i have a data ... x 2
for the row i have 2000 and col i have 2
i want to using length() to get both col and all the row together
for example for loop like this
given fuction[total] = cal (getboth)
for i : 1: length(getboth)
% but i want to find both or the col and row
% like something like this.
--getboth(i,1) this is for only colum 1 but i want to get both 2 colum, also i want to loop all the row too.

回答 (1 件)

Jan
Jan 2021 年 10 月 12 日
編集済み: Jan 2021 年 10 月 12 日

0 投票

See the command: size()
By the way, you find such commands, when you know an almost matching command, in the documentation: Look for the "See also" line at the bottom of
doc length
The size() command is mentioned there.

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

質問済み:

2021 年 10 月 12 日

編集済み:

Jan
2021 年 10 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by