Finding max value from one dimensional matrix

1 vue (au cours des 30 derniers jours)
HABILA
HABILA le 23 Oct 2019
I have a 1x10 matrx. I need a maximum value of the matrix leaving first four locations.
For example A=[2 3 6 1 8 0 2 4 5 6]
I need max from [8 0 2 4 5 6]

Réponse acceptée

David Hill
David Hill le 23 Oct 2019
max(A(5:end));

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by