필터 지우기
필터 지우기

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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by