Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to find maximum value of cell array

1 Ansicht (letzte 30 Tage)
Vishal Sharma
Vishal Sharma am 24 Jan. 2017
Kommentiert: Stephen23 am 24 Jan. 2017
for a = 1:10
x{a} = xlsread(fileName, a, range);
end
How to find the maximum value of this cell array
or simply take example of
a cell array in this form
A = [1] [4] [6] [1 ] [5] [7]
How to find the maximum value (i.e. 7)
  1 Kommentar
Stephen23
Stephen23 am 24 Jan. 2017
Duplicate:
https://www.mathworks.com/matlabcentral/answers/321723-how-to-find-the-index-of-the-element-of-a-cell-array-which-has-the-maximum-size

Akzeptierte Antwort

Vishal Sharma
Vishal Sharma am 24 Jan. 2017
got the answer
max([A{:}])
  2 Kommentare
Vishal Sharma
Vishal Sharma am 24 Jan. 2017
Bearbeitet: Vishal Sharma am 24 Jan. 2017
But I still dont know how to get location of maximum value in cell array
anybody know?
please help me :)
Stephen23
Stephen23 am 24 Jan. 2017
When people learn to read the MATLAB documentation, then they learn how to use MATLAB. Did you look at the max documentation? The documentation tells you exactly what you are looking for.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by