SyntaxFix
Write A Post
Hire A Developer
Questions
If you are trying to loop over a cell array and apply something to each element in the cell, check out cellfun. There's also arrayfun, bsxfun, and structfun which may simplify your program.
cellfun
arrayfun
bsxfun
structfun