Separate Cell Into Multiple Rows

I wolud like to separete cell arry of my data.
I have a Data excel file with Old and New sheets with old values and new values.
I was trying to compare both the Test values from Old and New sheet values and Generate a new excel file with Name, Previous value and Present value.
I am getting 44by1 cell. Please help me out to separete 44by 1 in each row.
My final output sjold be look like:
Test 140.400 152
144.400 152
148.400 152
.........
Thank you .

回答(1 个)

[txt,num,raw] = xlsread(file) ;
num
Or
T = readtable(file) ;
T.1

类别

帮助中心File Exchange 中查找有关 MATLAB Report Generator 的更多信息

提问:

2020-8-26

回答:

2020-8-26

Community Treasure Hunt

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

Start Hunting!

Translated by