how to create struct array
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have struct array, in where the traces are having dimension 1801 by 88. I want to replace the thta traces with same dimension by new one by keepnig all other fields unchanged and want to creat a new struct. Please help me regarding this.
2 Kommentare
Image Analyst
am 2 Jul. 2020
We need to know more about how the fields of your structure array are setup. Let's say your structure array is called s. What does this say:
s
whos s
Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!