How to combine 3 dataset in MATLAB

5 vues (au cours des 30 derniers jours)
PsychoMath
PsychoMath le 24 Oct 2014
Commenté : PsychoMath le 24 Oct 2014
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!

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 24 Oct 2014
out=[x1 x2 x3]
  1 commentaire
PsychoMath
PsychoMath le 24 Oct 2014
Hi Azzi,
Many thanks! it's works...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by