in labview, i created an avi file using 'microsoft video 1' compression codec and with each frame i have a string data attached to it.
i tried to load the avi file in matlab for further processing, but 'aviread.m' doesn't seem to work.
also does anyone know in matlab how can i play/read an avi file (created by labview) frame by frame and also have access to the data string attached to each frame?
thanks!