How do I initialize an array of matfile objects?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to initialize a large array of matfile objects. All the matfile will have the same variables, but just different data.
2 Kommentare
Reece Teramoto
am 15 Sep. 2017
Bearbeitet: Reece Teramoto
am 15 Sep. 2017
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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!