Text files for export the data

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.

답변 (2개)

Soumya Sinha
Soumya Sinha 2019년 7월 1일

0 개 추천

Hello Rajesh,
For storing data in the text files you can refer to the following link.
Jan
Jan 2019년 7월 1일

0 개 추천

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.

이 질문은 마감되었습니다.

태그

질문:

2019년 7월 1일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by