Split cells into rows and combine all into a table

2 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2020-5-6
? 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 2020-5-6
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

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by