ملفات الفيديو والصوت في الماتلاب!

السلام عليكم ومساء الخير
يا شباب انا عندي كم سؤال وان شاء الله الاقي الجواب عندكم
1- ماهي صيغ ملفات الفيديو والصوت التي يدعمها الماتلاب؟
2- ماهو الامر الذي يمكن بواسطته استدعاء ملف صوت او فيديو بالماتلاب؟ اقصد اذا كان عندي ملف فيديو او صوت… ماهو الامر الذي يمكن من خلاله قراءة الملف داخل برنامج الماتلاب
ولكم جزيل الشكر

أولا صيغ ملفات الصوت التى يدعمها الماتلاب هى : WAV, AU, or SND
ملفات الفيديو :

All Platforms
Motion JPEG 2000 (.mj2)
 Windows
AVI (.avi),
MPEG-1 (.mpg),
Windows Media Video (.wmv, .asf, .asx),
and any format  supported by Microsoft DirectShow.
 Macintosh
AVI (.avi),
MPEG-1 (.mpg),
MPEG-4 (.mp4, .m4v),
Apple  QuickTime Movie (.mov),
and any format supported by  QuickTime as listed on http://www.apple.com/quicktime/player/specs.html.
 Linux
Any format supported by  your installed plug-ins for GStreamer 0.10 or above, as listed on http://gstreamer.freedesktop.org/documentation/plugins.html, including AVI (.avi) and Ogg Theora (.ogg).

لقراءة ملف صوت داخل الماتلاب
عن طريق قائمة file وبعدين Import Data
أو عن طريق الأمر

load(myfile);

ولقراءة ملف الفيديو يمكنك أستخدام
mmreaderوهذا مثال على ذلك


xyloObj = mmreader('xylophone.mpg');
vidFrames = read(xyloObj);

ويمكنك أيضا قراءة هذه الصفحة وان شاء الله ستكون مفيدة ليك
http://www.mathworks.com/access/helpdesk/help/techdoc/import_export/f5-132080.html
و
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/mmreaderclass.html