Borrar filtros
Borrar filtros

Using tables in earlier versions.

1 visualización (últimos 30 días)
Diego
Diego el 17 de Jul. de 2014
Comentada: Diego el 17 de Jul. de 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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by