
data = getdata(obj,n) returns n frames of data associated with the video input object obj. Use imaqmontage to view multiple frames at once. You can use the MATLAB image or imagesc functions to view the returned data. I am unsure why as I made no changes before running it againĭata is returned to the MATLAB ® workspace in its native data type using the color space specified by the ReturnedColorSpace property. Viewed 200 times 0 Yesterday I used some code that worked perfectly fine for me, today I tried using it and it isn't doing the same job it did previously. The sourceName is the source name specified when saving the file by using the save object function How to get data from a double? Matlab.

Rd = getData(fr,sourceName) returns the data recorded from the specified source in the file reader.
