how to convert image into square matrix??

hellp.... plz help me to find out problem that how to convert image into square matrix??

 Accepted Answer

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!