How to print the image name

2 ビュー (過去 30 日間)
Zainab Riyadh
Zainab Riyadh 2023 年 5 月 23 日
編集済み: Luca Ferro 2023 年 5 月 23 日
How can I print the image name in Matlab? For example, I have created a GUI where I want the name "man.jpg" to appear in an Edit Field.

回答 (1 件)

Luca Ferro
Luca Ferro 2023 年 5 月 23 日
編集済み: Luca Ferro 2023 年 5 月 23 日
assuming that you have the name of the image as a string:
app.ThisIsYourEditFieldName.Value=thisIsYourImageName;
for a more precise solution we need more context.

カテゴリ

Help Center および File ExchangeImages についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by