Using tables in earlier versions.

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 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

製品

タグ

質問済み:

2014 年 7 月 17 日

コメント済み:

2014 年 7 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by