I'm starting to get into detection algorithms, and im thinking of playing with importing videos in MATLAB for now, but I encountered this problem
3 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Cris LaPierre
2021-9-30
编辑:Cris LaPierre
2021-9-30
The correct syntax is implay('vid1.avi')
Your avi file is not located in the current folder or in a folder on your MATLAB path. Therefore, MATLAB can't find it. If it can't find the file, it obviously can't play it.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!