How to combine 3 dataset in MATLAB

조회 수: 5 (최근 30일)
PsychoMath
PsychoMath 2014년 10월 24일
댓글: PsychoMath 2014년 10월 24일
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일
  댓글 수: 1
PsychoMath
PsychoMath 2014년 10월 24일
Hi Azzi,
Many thanks! it's works...

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

추가 답변 (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