GINPUT and PAUSE bug
- From: Scott MacIntosh <smac2718@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 06:39:40 -0700 (PDT)
If you display an image, use the "pause" command, zoom on the image
and then scroll, press a key to release the pause and then use ginput
an error is produced. Does anyone know why this is happening? See
example below
imagesc(peaks)
figure
imagesc(peaks)
pause
"zoom in on image and then pan"
" press key to release pause"
??? Error using ==> getginput
Invalid handle.
Error in ==> uisuspend at 34
uistate = struct(...
Error in ==> ginput at 84
state = uisuspend(fig);
thanks
.
- Prev by Date: Re: problems with persistence
- Next by Date: Re: What's wrong with this piece of Matlab code? (about Exception throwing)
- Previous by thread: inverse Helmholtz solver
- Next by thread: Help with string operation
- Index(es):
Relevant Pages
|