Exporting table into a .dat file
Mostrar comentarios más antiguos
I am trying to take my table that I imported from a .dat file, title the columns, and trying to turn it back into a .dat file. The code below labels them but what function could help so I can export this table?
x = table(int11) %int11 is the file that is imported
int11.Properties.VariableNames{1} = 'Time'
int11.Properties.VariableNames{2} = 'Donor'
Respuestas (1)
Star Strider
el 25 de Jul. de 2019
0 votos
Categorías
Más información sobre LaTeX en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!