how to make variables inside a timer function global?
3 次查看(过去 30 天)
显示 更早的评论
hi.. i have used a timer that gets a frame from an axes(a webcam is live fed into the axes).
t=timer('TimerFcn',['frame=get(get(handles.cameraAxes,''children''),''cdata'');'.....getting
'stop(handles.video);','imshow(frame);'...dsf
],'StartDelay',5);
start(t);
How to use the variable 'frame' in another function??.I have tried to update the handles, but it doesn't work.
Kindly help.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!