필터 지우기
필터 지우기

Convert contents of cell array to indivdual variables

조회 수: 2 (최근 30일)
bugguts99
bugguts99 2012년 2월 20일
I have a 7584 x 18 matrix which I have split into a cell array using mat2cell e.g.
c = mat2cell(data,repmat(48,158,1),18);
Is there an easy way to convert these to variables without naming each individually i.e. without having to stipulate Day01 = c{1}; Day02 = c{2} etc???

채택된 답변

Walter Roberson
Walter Roberson 2012년 2월 20일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by