To find Maximum number of entries in a 1*36 cell
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Utsav
am 15 Feb. 2016
Kommentiert: Utsav
am 16 Feb. 2016
m=1*36 cell : each 36 column of 'm' contains n*1 double matrix say : n1*1 n2*1.....n25*1 .......n36*1
I have to find maximum of n1 to n36
What should I do?
max(m{:}) returns too many input arguments.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!