When creating Matlab GUI elements, you can mix value pairs with structures in the list of input arguments, e.g.
uicontrol('tag','click',struct('position',[0 0 100 20]),'style','push')
Suppose you are creating a function that pre-processes the gui-creation call, and you want to convert the mix of both into a single cell array. That is what this assignment is about.
You are creating a function that converts a cell array that may contain structures into a cell array, with the newly added cells in the place of the structures.
135 Solvers
Rotate input square matrix 90 degrees CCW without rot90
323 Solvers
Piecewise linear interpolation
140 Solvers
poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
147 Solvers
41 Solvers
Solution 365953
Forcing the error. Cool!