Borrar filtros
Borrar filtros

How to print the image name

2 visualizaciones (últimos 30 días)
Zainab Riyadh
Zainab Riyadh el 23 de Mayo de 2023
Editada: Luca Ferro el 23 de Mayo de 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.

Respuestas (1)

Luca Ferro
Luca Ferro el 23 de Mayo de 2023
Editada: Luca Ferro el 23 de Mayo de 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.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by