Prev: Can I define my own variable size in memory other than UINT16,UINT32, etc...?
Next: Plot overlay
From: talal hammouri on 6 Jul 2010 06:58 Hi all, Can any body inform me how to read video file using mat lab r2010a (i.e the code in matlab) and does it differ than the previous vertion like 2009a thank you
From: Steven Lord on 6 Jul 2010 09:27 "talal hammouri" <talalah(a)yahoo.com> wrote in message news:i0v27r$eee$1(a)fred.mathworks.com... > Hi all, > > Can any body inform me how to read video file using mat lab r2010a (i.e > the code in matlab) No, because there are N different video formats (for a large value of N) and while MATLAB has functions that can read some of those formats, it does not have functions that can read all of them. If you have a PARTICULAR format in mind that you'd like to read, ask about that particular format. You may also want to look first at the following list of functions: help audiovideo > and does it differ than the previous vertion like 2009a For that you should check the Release Notes to determine if it mentions the particular function or file format in which you're interested. http://www.mathworks.com/access/helpdesk/help/techdoc/rn/rn_intro.html -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
Pages: 1 Prev: Can I define my own variable size in memory other than UINT16,UINT32, etc...? Next: Plot overlay |