Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Moving data from cell beneath to cell next to

1 回表示 (過去 30 日間)
tonito
tonito 2015 年 4 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have the following dataset:
LPO
2
LGP
10
B
17
MeAD
1
LDVL
7
opt
3
cp
4
st
8
I would like to make it look like this instead
LPO 2
LGP 10
B 17
MeAD 1
LDVL 7
opt 3
cp 4
st 8
So instead of the number being under the string, the number would be in the column next to it so I can import the data into excel. The data is in a 1xcolumnlength array. Thanks!

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by