How to print the image name

조회 수: 7 (최근 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.

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by