how can I represent a MATLAB signal in Microsoft excel?
3 次查看(过去 30 天)
显示 更早的评论
i have a matlab signal which i want to store in a microsoft exel file. how can i do it ?
2 个评论
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
2021-6-23
Use the function writematrix to store the data in a excel file. For more information, refer the documentation here.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!