Using tables in earlier versions.

1 次查看(过去 30 天)
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.

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by