if there is a image selected from a location and we want to check whether the image is image 1, and if the image is 1mage1 then imshow(image2)
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
if there is a image selected from a location and we want to check whether the image is image 1, and if the image is 1mage1 then imshow(image2) else if image is 1mage2 then open image 4??? how to do this please help
0 Kommentare
Antworten (1)
Image Analyst
am 21 Jul. 2016
Check the filename with functions like strcmpi() and strfind().
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!