how to pass row by row elements of a multidimensional array to a function

1 回表示 (過去 30 日間)
ABDUL
ABDUL 2018 年 3 月 22 日
コメント済み: ABDUL 2018 年 4 月 17 日
how to pass row by row elements of a multidimensional array to a function

回答 (1 件)

Ngoc Thanh Hung Bui
Ngoc Thanh Hung Bui 2018 年 4 月 15 日
編集済み: Ngoc Thanh Hung Bui 2018 年 4 月 15 日
for i = 1:length(A) % A is your matrix
function(A(i,:));
end
  1 件のコメント
ABDUL
ABDUL 2018 年 4 月 17 日
i want to send values row by row and page by page. how can i send the data.

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

カテゴリ

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