Load Vs Readtable Vs array
31 ビュー (過去 30 日間)
古いコメントを表示
Thallon Pitchure
2020 年 10 月 3 日
コメント済み: Thallon Pitchure
2020 年 10 月 8 日
Hello!
I was wondering if anyone could better explain the difference of readtable, load and an array. I have looked at the functions on the website but I could not fully comphrend the difference and the purpose/use of the functions.
I would greatly appreciate any help. Please and thank you!!!
0 件のコメント
採用された回答
Kiran Felix Robert
2020 年 10 月 8 日
Hi Thallon,
Load – is used to load data from a file into MATLAB Variables. Any MAT-file or ASCII file can be used as arguments to Load. It assigns the data in the files as separate variables. This can load various data types such as Array, Matrices, Structures from the MAT File
Readtable function is used to specifically load column-oriented data. Furthermore, this function loads the data in a Tabular Form. Refer to MATLAB Tables Documentation. This is used to load data from a spreadsheet file or a text file. This function also supports reading column-oriented data from a lot of other formats as described in the readtable documentation.
Kiran Felix Robert
その他の回答 (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!