MATLAB - Cell Arrays and Structures
You have a cell array
C = {1, {2, 3}, 4}; and want to extract the number 3 inside the nested cell. Which indexing expression correctly extracts it?