MATLAB: How to resize image of 511*511 to 512*512 in matlab

image processing

I tried imresize but i need resize of increase in rows & columns by 1. i.e from 511*511 to 512*512.

Best Answer

imresize(your_image,512/511)