Andrew Davies
University of Rochester
Followers: 0 Following: 0
Professional Interests: Physics
Statistics
RANK
4,310
of 295,467
REPUTATION
12
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
6
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How do I change the msgbox window size?
You can use handles, h = msgbox('long message that gets cut to two lines due to the length of it'); set(h, 'position'...
9 years ago | 4
How to stop a while loop using a GUI pushbutton?
The solution to the problem can be found here http://stackoverflow.com/questions/4522447/breaking-from-for-loop-in-matlab-gui ...
9 years ago | 2
Question
External trigger not working for VideoDevice but is working for videoinput?
I am using an allied vision technologies manta camera. I would like it to acquire a frame every time the camera is externally tr...
9 years ago | 0 answers | 0
0
answersSetting DeviceProperties using imaq.VideoDevice
You can do it with handles. For example: vid = imaq.VideoDevice('gentl',1); vid.DeviceProperties.AcquisitionRecordTrigger...
9 years ago | 0