Hi!
I've to construct a panel dataset. I've to combine 2 object, where the first one of these is a table ("fund") contain the dates and the countries names, in this way:
the second object ("observation") is a cell array where the rows are the dates and the columns are the countreies names, but any cell of the array contains multiple data relative to a specific country and specific data. I've to match this data with the data in the first object

 채택된 답변

Nishant Gupta
Nishant Gupta 2020년 5월 29일

0 개 추천

First convert the second object ("observation") which is a cell array into a table using 'cell2table' function.
Then, combine the two tables according to the key variable using 'join' function.

댓글 수: 1

Mario Diaco
Mario Diaco 2020년 5월 29일
thank I followed your indication! But, can I specify the "country" as a keyword too?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Type Conversion에 대해 자세히 알아보기

제품

릴리스

R2020a

질문:

2020년 5월 26일

댓글:

2020년 5월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by