Matrix center-symetry meter
Mostrar comentarios más antiguos
How to check how much symetric around it`s center is this type of matrix? I think there should be a lot easier and faster way than to fit a Gaussian surface?

Respuesta aceptada
Más respuestas (1)
Star Strider
el 14 de Dic. de 2015
1 voto
The contour function is one option. You can specify one or more specific contours, then use the output to do whatever symmetry calculations you want to on the (x,y) data it returns.
2 comentarios
Alex Kurek
el 15 de Dic. de 2015
Editada: Alex Kurek
el 15 de Dic. de 2015
Star Strider
el 15 de Dic. de 2015
The contour function is the only option I know of that will give you the (x,y) data that would allow you to calculate the results you likely need. There may be functions in the Image Processing Toolbox, but I doubt they would be faster.
I will delete my Answer in a few hours.
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!