How to combine 3 dataset in MATLAB

6 次查看(过去 30 天)
I have a problem to combine my data, let say for example:
data = xlsread ('disease'); x1 = data (1:10,1); x2 = data (1:10,2); x3 = data (1:10,3);
After I made those data separately (size: 10x1 and class: double), I want to recombine again x1,x2,x3 become one dataset (10x3). any idea to do this in matlab?
many thanks!

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-10-24

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by