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 Exchange에서 Tables에 대해 자세히 알아보기

제품

태그

질문:

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