필터 지우기
필터 지우기

imaqmontage(data); question about this code

조회 수: 1 (최근 30일)
Claire Redfield
Claire Redfield 2013년 2월 8일
My settings are:
obj.FramesPerTrigger = 5;
obj.TriggerRepeat = 2;
so that i have
obj.FramesAvailable =15;
then i have
data = getdata(obj); % access the logged data
imaqmontage(data); % Display each image frame acquired
my question is why i only get 5 pictures shown in matlab?(should be 15 pictures...)

채택된 답변

ChristianW
ChristianW 2013년 2월 8일
data = getdata(obj,samples)
samples - The number of samples to extract. If samples is not specified, the number of samples extracted is given by the SamplesPerTrigger property.
data = getdata(obj,15);

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by