How to print the image name
조회 수: 3 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!