photo

Andrew Davies


University of Rochester

Last seen: 4 months ago Active since 2015

Followers: 0   Following: 0

Message

Professional Interests: Physics

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
4,146
of 297,457

REPUTATION
12

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
6

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
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

Answered
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

answers

Answered
Setting DeviceProperties using imaq.VideoDevice
You can do it with handles. For example: vid = imaq.VideoDevice('gentl',1); vid.DeviceProperties.AcquisitionRecordTrigger...

9 years ago | 0