Write multiple vectors into .dat file
Mostra commenti meno recenti
I have been working with some data from a recent experiment and would like to move the data into a .dat file. However I have multiple vectors and require them in the same file.
Say I have the vectors:
x = [1, 2, ...];
y = [3, 4, ...];
How would I go about doing this?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Large Files and Big Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!