Community Profile

photo

Andrew Davies


University of Rochester

Last seen: Today Attivo dal 2015

Followers: 0   Following: 0

Contatto

Professional Interests: Physics

Statistiche

  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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'...

oltre 8 anni fa | 4

Risposto
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 ...

oltre 8 anni fa | 2

Domanda


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...

oltre 8 anni fa | 0 risposte | 0

0

risposte

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

oltre 8 anni fa | 0