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

eyes detection in matlab step by step explanation with source code

Face detection in Matlab with source code