How to print the image name

4 vues (au cours des 30 derniers jours)
Zainab Riyadh
Zainab Riyadh le 23 Mai 2023
Modifié(e) : Luca Ferro le 23 Mai 2023
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.

Réponses (1)

Luca Ferro
Luca Ferro le 23 Mai 2023
Modifié(e) : Luca Ferro le 23 Mai 2023
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.

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by