How to remove a range of rows from all nested structures of a parent structure?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Darren Woods
am 8 Jun. 2022
Kommentiert: Stephen23
am 9 Jun. 2022
Hi,
Imagine a 1x1 structure that contains a series of 10 structures that each contain 20x1 doubles. Is there a programmatic way to reduce all of these 10 structures to contain only 1 double, that being the first row's double in each case. In the end I would have 1x1 structure that contains 10 structures that each contain 1 double each.
Many thanks,
Darren.
0 Kommentare
Akzeptierte Antwort
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!