Question: matlab Write the function play video that plays a video file specified by a given filename in a MATLAB Figure window by reading in and
matlab

Write the function play video that plays a video file specified by a given filename in a MATLAB Figure window by reading in and displaying one frame after the next function play_videof(filename) % play-video Play a video file 96 play-video(filename) plays the video file specified by filename in a MATLAB Figure window. % No attempt is made to match the nominal frame rate. Instead each frame is played back as soon as it is read. Note: this function has no outputs s Confirm it works with the pendulum video from Week 4 play_videol pendulum avi) o it doesn't return any values to the main workspace. Its only job is to play the video (Remember to set the figure to Visible on in your play video code so you can actually see it)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
