how to create .dat file?

13 Ansichten (letzte 30 Tage)
SM
SM am 14 Jul. 2020
Beantwortet: madhan ravi am 14 Jul. 2020
Is it possible to create a single .dat file from the following data?
dataset =
2×2 cell array
{1×6 double} {1×3 double}
{1×4 double} {1×4 double}
Thanks in advance!

Antworten (1)

madhan ravi
madhan ravi am 14 Jul. 2020
As simple as that:
writetable(cell2table(dataset), 'Sample.dat')

Kategorien

Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by