join two cells on certain cell row values

조회 수: 1 (최근 30일)
Serena Campbell
Serena Campbell 2021년 4월 2일
답변: Sajid Afaque 2021년 4월 2일
So I have one set of data as such
TFS{6x315} and T{6x10} example:
,
the 6 rows are: directory file name, polarisation, degrees, sample name and raw data.
the T cell is the sample and TFS is the background data.
My goal is to write a code which takes the values of date, polarisation and degree from T and matches it to the equivilent data in TFS. I have seen similar solutions with arrays of data but not with cells could anyone help me with a simple solution or point me in the right direction?

답변 (1개)

Sajid Afaque
Sajid Afaque 2021년 4월 2일
try converting the cells to table format.
then you can explore inner join feature of tables to perform your task

카테고리

Help CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by