How do I initialize an array of matfile objects?
2 次查看(过去 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!