Clear Filters
Clear Filters

how to convert image into square matrix??

1 view (last 30 days)
hellp.... plz help me to find out problem that how to convert image into square matrix??

Accepted Answer

David Sanchez
David Sanchez on 26 Jun 2013
Use imresize:
B = imresize(A, [numrows numcols])

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!