How to display an image from output value?

Hi, I have A=37 after some process and I need to display '37.jpg' which is present in my database.I gave imshow('A.jpg').But it says A.jpg does not exist.I can't give imshow(37.jpg)Because I need to do the same process for 1000 times so 'A' value gets changed every time. How do I display the image

 Akzeptierte Antwort

Friedrich
Friedrich am 4 Mär. 2013

0 Stimmen

Hi,
try num2str:
A = 37
imshow([num2str(A),'.jpg'])

2 Kommentare

maha lakshmi
maha lakshmi am 4 Mär. 2013
Thank you sir,it works.If 'A' has some 4 values like 25,3,65,47.How do i display more than one image at a time.
Image Analyst
Image Analyst am 4 Mär. 2013
That situation is well, covered with several code examples, by the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by