find a digit in string

i have a folder named "inputImages" it contains 5 images named image1, image2 ... image5
i have a variable which contains a digit... if that digit contains in any of the names i want that image to get displayed in a figure...
example
variable=2; then image2.jpg should get displayed....
please can someone help me how to get the name of the image that contains the digit....

 採用された回答

Matt J
Matt J 2012 年 12 月 28 日

1 投票

name=['image' num2str(variable) '.jpg'],

その他の回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 12 月 28 日

1 投票

variable=2
file=sprintf('image%d',variable)

カテゴリ

ヘルプ センター および File ExchangeConvert Image Type についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by