how can I represent a MATLAB signal in Microsoft excel?

조회 수: 2 (최근 30일)
aryaman ashdhir
aryaman ashdhir 2021년 5월 11일
댓글: Walter Roberson 2021년 6월 23일
i have a matlab signal which i want to store in a microsoft exel file. how can i do it ?
  댓글 수: 2
aryaman ashdhir
aryaman ashdhir 2021년 5월 11일
i mean how to represent it in a single cell.
Walter Roberson
Walter Roberson 2021년 6월 23일
The only way to output more than one numeric value into a single Excel cell, is to convert it to text. The limit on the number of characters that can be stored in a single xlsx cell is 32767
When I see reference to signal I tend to think in terms of Simulink signal objects, which are structured objects with multiple pieces of information, such as time and values. It would take a bit of work to represent the entire signal object as text.

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

답변 (1개)

Chaitanya Mallela
Chaitanya Mallela 2021년 6월 23일
Use the function writematrix to store the data in a excel file. For more information, refer the documentation here.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by