Max Value of Certain Row in Cell Array?
Ältere Kommentare anzeigen
I have a 15x15 array and I would like the max value from the 4th row, how would I go about doing this?
2 Kommentare
Image Analyst
am 3 Dez. 2015
Is the 15x15 array in each cell? Or is the cell array itself 15 by 15 and something else is inside each cell, like a scalar? Have you read this: http://matlab.wikia.com/wiki/FAQ#What_is_a_cell_array.3F
Have you seen cellfun()?
Ibro Tutic
am 3 Dez. 2015
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Operators and Elementary Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!