Sometimes in MATLAB you are going to want to store different data types together in one construct rather than try and keep track of different variables. Structures work for this, but sometimes it is nice to be able to refer to the data in row and column notation rather than by field name. That is where cell arrays work best.
This video will show the construction of a cell array that contains four scalars and then a string is added. Finally, a cell array is put inside of the original cell array. This is possible, because cell arrays can hold any data type.
Thanks a bunch for this easy-to-understand video. This short post taught me a lot!! I was going to so many forums to learn this thing, but this is where I finally understood it clearly. Thanks again. :)
Leave a Reply
About
Bob, Brett & Jiro share their favorite user-contributed submissions from the File Exchange.
Thanks a bunch for this easy-to-understand video. This short post taught me a lot!! I was going to so many forums to learn this thing, but this is where I finally understood it clearly. Thanks again. :)