how to save values in matfile as array

i wanted to create a matfile...
stats=[ statmat1 statmat2 statmat3 ......... statmat24 statmat25 statmat26];
i did like this... each statmat1 to statmat26 contains 8 values... now when i save in the above manner the values are getting saved in one single row of matfile having 208 columns....
how can i save each statmat values in one matfile having 26 rows each having 8 column values... please reply...

 채택된 답변

Andrei Bobrov
Andrei Bobrov 2012년 12월 3일
편집: Andrei Bobrov 2012년 12월 3일

0 개 추천

Elysi wrote: " ...stats = [ statmat1 statmat2 statmat3 ......... statmat24 statmat25 statmat26];..."
out = reshape(stats,8,[]).';

추가 답변 (1개)

Ilham Hardy
Ilham Hardy 2012년 12월 3일

0 개 추천

stats=[ statmat1;statmat2;statmat3;......... statmat24;statmat25;statmat26];

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by