MATLAB - Cell Arrays and Structures
Given a structure array
movies with fields Title and Duration (in minutes), which MATLAB code snippet correctly creates a new structure array shortMovies containing only movies shorter than 90 minutes?