How to convert this matrix to a cell array?

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

Answers (1)

A=rand(6,1400)
out=num2cell(A,1)

1 Comment

I really appreciate it!!!
Thank you!!
From Korea....

Sign in to comment.

Tags

Asked:

on 25 Apr 2014

Commented:

on 25 Apr 2014

Community Treasure Hunt

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

Start Hunting!