Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90831850
updateDisplay.m
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 5, 04:26
Size
777 B
Mime Type
text/html
Expires
Thu, Nov 7, 04:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22140524
Attached To
rINSTCONTROL Instrument Control
updateDisplay.m
View Options
function
updateDisplay
(
hThis
,
~
,
~
)
%
UPDATEDISPLAY
Updates
DisplayHandle
.
%
%
Thanks
to
<
a
href
=
"http://www.mathworks.com/matlabcentral/profile/authors/3354683-yaroslav"
>
Yaroslav
Don
</
a
>
for
his
assistance
in
updating
cursorbar
for
%
MATLAB
Graphics
and
for
his
contribution
of
new
functionality
.
%
Copyright
2003
-
2016
The
MathWorks
,
Inc
.
%
exit
during
construction
if
hThis
.
ObjectBeingCreated
return
end
%
update
text
handles
hText
=
get
(
hThis
,
'
DisplayHandle
'
);
%
if
strcmp
(
hThis
.
ShowText
,
'
off
'
)
||
strcmp
(
hThis
.
Visible
,
'
off
'
)
if
~
isempty
(
hText
)
delete
(
hText
);
hThis
.
DisplayHandle
=
gobjects
(
0
);
return
end
return
end
%
update
defaultUpdateFcn
(
hThis
);
if
~
isempty
(
hThis
.
UpdateFcn
)
hThis
.
localApplyUpdateFcn
(
hThis
,[]);
end
Event Timeline
Log In to Comment