Using load() Command for Two Columns
12 ビュー (過去 30 日間)
古いコメントを表示
How to use load() command to load an -ascii file that contains two columns of numbers?
In addition, what would this -ascii file look like in terms of code? Like, could someone help me code the -ascii file with random (or arbituary) numbers in the two columns?
0 件のコメント
回答 (1 件)
Geoff Hayes
2020 年 4 月 24 日
Anthony - from load, If filename is an ASCII file, then load(filename) creates a double-precision array containing data from the file. See the Load ASCII File example for details on createing the file and loading it.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!