Réponse acceptée

Stephen23
Stephen23 le 27 Avr 2015
Modifié(e) : Stephen23 le 28 Avr 2015

0 votes

Use max, and some indexing if needed:
A = [...]; % some matrix
N = 3; % the row that you want
max(A(N,:))

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by