Filter löschen
Filter löschen

Split cells into rows and combine all into a table

2 Ansichten (letzte 30 Tage)
Yu Li
Yu Li am 5 Mai 2020
Kommentiert: Yu Li am 6 Mai 2020
Hi,
I have a list (cell) which contains peak information of a spectrum. Normally each peak corresponds to a single row. However, some might have 2 or more rows stored in a subcell. How can I split these subcells into different rows and convert them all into a table, so that I can use uitable to display the results?
Please find attached my data.
Many thanks!
  2 Kommentare
Walter Roberson
Walter Roberson am 6 Mai 2020
? All of the values in that cell array are scalars ?
For any given row of the cell array, is it the case that all of the entries in that cell row will have the same number of stored rows? Or is it possible you might have something like {[1;2], [3]} with it being required to make copies of the 3 in order to match the number of rows in the [1;2] ?
Yu Li
Yu Li am 6 Mai 2020
Hi Walter,
I'm afraid the latter is true. Please check the attached file as the structure is quite clear. You are right that making copies is needed for certain rows to match the other rows where there are subcells. Or maybe we can leave it blank?
Many thanks

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Mathematics 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!

Translated by