save thw values of four variable in a file

조회 수: 1 (최근 30일)
george veropoulos
george veropoulos 2023년 5월 20일
답변: george veropoulos 2023년 5월 21일
Hi
i want to save four variable from a matlab code in a file ( like xls)
the two from four value have many values (10000)
thank
George

채택된 답변

george veropoulos
george veropoulos 2023년 5월 21일
thank you ! you solve my problem

추가 답변 (1개)

Walter Roberson
Walter Roberson 2023년 5월 20일
If you do not need headers, put them in a vector and writematrix.
If you need headers create a table() and writetable
  댓글 수: 7
george veropoulos
george veropoulos 2023년 5월 21일
I change he format of file to xlsx and work !! thank you !!!
Walter Roberson
Walter Roberson 2023년 5월 21일
There are limits on the number of rows for xls files. There are higher limits for xlsx files, a little over 1 million rows.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by