Borrar filtros
Borrar filtros

save thw values of four variable in a file

3 visualizaciones (últimos 30 días)
george veropoulos
george veropoulos el 20 de Mayo de 2023
Respondida: george veropoulos el 21 de Mayo de 2023
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

Respuesta aceptada

george veropoulos
george veropoulos el 21 de Mayo de 2023
thank you ! you solve my problem

Más respuestas (1)

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

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by