필터 지우기
필터 지우기

How to export data from matlab to excel

조회 수: 197 (최근 30일)
Lidank Abiel
Lidank Abiel 2013년 6월 3일
댓글: Voss 2022년 12월 28일
Hi all. I want to display/export data from matlab to excel, but i dont know how to make it. Can someone help me ? thanks before.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 3일
편집: Azzi Abdelmalek 2013년 6월 3일
Example
A=magic(5)
xlswrite('filename.xls',A)
Look at
doc xlswrite
doc xlsread
  댓글 수: 9
Shivam Mishra
Shivam Mishra 2022년 12월 26일
May I know how to make some text bold or change font size while exporting from MATLAB to Excel.
Voss
Voss 2022년 12월 28일
@Shivam Mishra: Search this forum for "ActiveX Excel" and you will find some examples.

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

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by