Using tables in earlier versions.

7 views (last 30 days)
Diego
Diego on 17 Jul 2014
Commented: Diego on 17 Jul 2014
I wrote a program that uses the new table objects.
However, my collaborator uses a previous version of MATLAB and therefore doesn't have that functionality. Is there a way for him to use some of the functionality, or do I have to pass my tables as cells?
Thank you.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 17 Jul 2014
Edited: Azzi Abdelmalek on 17 Jul 2014
Use table2cell function to convert your table data to a cell array, and save it in a mat file.
  1 Comment
Diego
Diego on 17 Jul 2014
Well, that's not so bad. Just need to make a few changes to reference cells instead of tables. Thank you.

Sign in to comment.

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!