Sir, i cant get u, divided_Array = mat2cell(myarray, [85 85], [85 85], 36);how to find max value for 4 halves in each image from that result?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
kaavya subramani
el 1 de Nov. de 2016
Respondida: Walter Roberson
el 1 de Nov. de 2016
plz help me
0 comentarios
Respuesta aceptada
Walter Roberson
el 1 de Nov. de 2016
For any one block indexed at J, K,
max(max(divided_Array{J,K},1),2)
The result of this expression would be size 1 x 1 x 36 . You can put the parts together to get your final result.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!