how to pass row by row elements of a multidimensional array to a function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
how to pass row by row elements of a multidimensional array to a function
1 Kommentar
Antworten (1)
Ngoc Thanh Hung Bui
am 15 Apr. 2018
Bearbeitet: Ngoc Thanh Hung Bui
am 15 Apr. 2018
for i = 1:length(A) % A is your matrix
function(A(i,:));
end
Siehe auch
Kategorien
Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!