how to create .dat file?
12 ビュー (過去 30 日間)
表示 古いコメント
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!
0 件のコメント
回答 (1 件)
madhan ravi
2020 年 7 月 14 日
As simple as that:
writetable(cell2table(dataset), 'Sample.dat')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Standard File Formats についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!