How to convert this matrix to a cell array?

1 vue (au cours des 30 derniers jours)
Song
Song le 25 Avr 2014
Commenté : Song le 25 Avr 2014
Hi,
I'm now doing a research using MARLAB. I tried to convert a matrix 6x1400(double) to a cell array 1x1400(cell). It means that one cell includes six values.
but I dont't know how to solve this problem.
please, let me know that.
Sincerely, Kwonsik

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 25 Avr 2014
A=rand(6,1400)
out=num2cell(A,1)
  1 commentaire
Song
Song le 25 Avr 2014
I really appreciate it!!!
Thank you!!
From Korea....

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by