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:

view the output




Comments

Popular posts from this blog

Image compression in matlab with explaination

Data Types in Matlab

Face detection in Matlab with source code