필터 지우기
필터 지우기

How to export a DataMatrix to excel ???

조회 수: 4 (최근 30일)
Jeff
Jeff 2013년 9월 28일
답변: Jeff 2013년 9월 28일
Hi can someone help with this? I would like to export this DataMatrix to excel that includes the metadata created.
x1=[10 8 10]'; x2=[30 29 45]'; x3=[40 15 85]'; x4=[3 2 8]';
x=[x1,x2,x3,x4]
import bioma.data.*; z=DataMatrix(x); z = set(z,'Name','ParentCountry'); z = set(z,'ColNames','Parent'); z = set(z,'RowNames','Time');
xlswrite('C:\matlab\excel\test.xls', z ,'parent','A1');

채택된 답변

Jeff
Jeff 2013년 9월 28일
just found this, seems like text is the only option
dmwrite(z,'C:\matlab\excel\test.txt');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Management에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by