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

Answers (1)

for i = 1:length(A) % A is your matrix
function(A(i,:));
end

1 Comment

i want to send values row by row and page by page. how can i send the data.

Sign in to comment.

Categories

Asked:

on 22 Mar 2018

Commented:

on 17 Apr 2018

Community Treasure Hunt

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

Start Hunting!