Trying to add a Row to a nested table
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have been playing with data storage and was playing with a crypto API to try and figure out a good data storage method. I have a table that has tables within it it for each individual line item and am having trouble figureing out how to append a new row to each of the individual tables inside the overall table.
basically, what I want is to add a new row to each table such that the next iteration of the table each of those tables would be 2X26 tables instead of the 1X26 tables shown below.
To test this out im just trying to append each table with a duplicate of the row that exists in the file.
Ive attached the test matrix. Any help would be appreciated.
6 Kommentare
dpb
am 22 Okt. 2022
Not convinced. But it's too big to mess with as is...cut it down to a manageable size for development purposes and then show specifically what you're after that you think can't be done by flattening the table.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!