stretching or compressing part of a matrix
古いコメントを表示
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 件のコメント
M = readmatrix('Evsky.txt');
imshow(M,[])
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Detect, Extract, and Match Features についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

