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

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 25일

0 개 추천

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

댓글 수: 1

Song
Song 2014년 4월 25일
I really appreciate it!!!
Thank you!!
From Korea....

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

카테고리

태그

질문:

2014년 4월 25일

댓글:

2014년 4월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by