Here's a simple object-oriented Matlab class MyCell
that allows you to add elements to a cell array, find the first element in the cell array, and find the last element in the cell array:
main.m931 chars28 lines
To use this class, you can create an object of MyCell
and call its methods like this:
main.m235 chars14 lines
gistlibby LogSnag