Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Text files for export the data

1 visualización (últimos 30 días)
rajesh satankar
rajesh satankar el 1 de Jul. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
i am working in matlab programme i have export this data in excel file.Presentely i am run my programme in high speed system, but in that sysytem excel files are not supported . you suggest me any other text file other than excel file.

Respuestas (2)

Soumya Sinha
Soumya Sinha el 1 de Jul. de 2019
Hello Rajesh,
For storing data in the text files you can refer to the following link.

Jan
Jan el 1 de Jul. de 2019
Storing numerical data in text files has the disadvantage, that the values need to be converted twice. Prefer storing the data in a binary file, e.g. MAT or depending on the data a direct storage of the arrays by fwrite.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by