How do I initialize an array of matfile objects?
4 ビュー (過去 30 日間)
古いコメントを表示
I want to initialize a large array of matfile objects. All the matfile will have the same variables, but just different data.
2 件のコメント
Reece Teramoto
2017 年 9 月 15 日
編集済み: Reece Teramoto
2017 年 9 月 15 日
The 'matfile' documentation gives good first steps on how to create a MAT-file object and populate its variables. It seems like you would just need to create a matrix of MAT-file objects and populate their variables with different data.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT Files についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!