Borrar filtros
Borrar filtros

Export uitable data to CSV file

15 visualizaciones (últimos 30 días)
hsi
hsi el 9 de En. de 2014
Respondida: Sean de Wolski el 9 de En. de 2014
Hi,
I am looking for a simple way to save the uitable data includes its column headers to a CSV file. The uitable is mixed text and numbers. Any idea How?
Thanks.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 9 de En. de 2014
  • Get the data from the table using get().
  • If you're using R2013b, you can turn the data into a table and then use writetable to do this automatically and easily.
  • If you're using an older release, write it using fprintf.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by