how to store and access the array?
1 回表示 (過去 30 日間)
古いコメントを表示
Hai,
I have a set of data or an array of data. I need to store this set of data and access it. I need to access the same set of data when I run different programs. This data is common for all other programs. Is it possible to this in matlab? Looking for your reply.
BSD
0 件のコメント
採用された回答
Geoff
2012 年 4 月 2 日
There's lots of ways to do this. Here is some useful stuff to read:
Exporting to text data files:
Importing text data files:
3 件のコメント
Jan
2012 年 4 月 2 日
@BSD: *You* can define the contents of the .dat file. It is not clear what "set of data" is, how you want to "access" it and what different programs you are talking of.
I suggest to read the documentation about FOPEN, FPRINTF, FWRITE, FSCANF, FREAD and TEXTSCAN.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!