필터 지우기
필터 지우기

how to use inputdlg with out freezing a figure.

조회 수: 1 (최근 30일)
Sunil  Shahi
Sunil Shahi 2013년 7월 24일
I have an image and I am showing it using imshow.
I = imread('myImage.jpg');
figure
imshow(I)
now I want to read some values in image using data cursor and use inputdlg to read values. if I do this after the above code:
answer = inputdlg({'give value'}, 'read image', 1 ,);
I cannot get focus on my figure without closing input dialog. The input dialog stays on the top. Right now I can use figure cursor only after closing my input dialog. Is there any way to get access to data cursor of the imshow before I give input in my input dialog.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by