save thw values of four variable in a file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
george veropoulos
il 20 Mag 2023
Risposto: george veropoulos
il 21 Mag 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
0 Commenti
Risposta accettata
Più risposte (1)
Walter Roberson
il 20 Mag 2023
If you do not need headers, put them in a vector and writematrix.
If you need headers create a table() and writetable
7 Commenti
Walter Roberson
il 21 Mag 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.
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!