Please note that imrect is no longer recommended.
If the region is known, i.e. if you can specify the desired rows and columns of the image, you can simply extract those rows and columns:
regionImage = frameImage(rowList,columunList);
If you wish to have an ROI that you can manipulate after it is initialized, consider the roi object rectangle method.