stretching or compressing part of a matrix
Mostrar comentarios más antiguos
I have 400 by 400 pixels data set as in the attached txt file. When plotting it, the final figure is having a trapezoidal shape.
Is it possible in matlab to stretch the lower part of the figure or to compress the uppper part to have a square final shape.
Thanks for help.
1 comentario
M = readmatrix('Evsky.txt');
imshow(M,[])
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Detect, Extract, and Match Features 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!

