Concatenate string horizontally using matlab
Concatenating horizontal images in Mat-lab
To concatenate images following
steps will be required:
Step1: initialize or load image by
using imread command
Step2: plot the image at any axis
Step3: initialize or load another
image by using imread command
Step4: plot the image at any axis
Step5: initialize a variable than load
both image in array[img img2]
here is the source code:
Comments
Post a Comment