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.

Antworten (1)

Luca Ferro
Luca Ferro am 23 Mai 2023
Bearbeitet: Luca Ferro am 23 Mai 2023

0 Stimmen

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.

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021b

Gefragt:

am 23 Mai 2023

Bearbeitet:

am 23 Mai 2023

Community Treasure Hunt

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

Start Hunting!

Translated by