Info

此问题已关闭。 请重新打开它进行编辑或回答。

Double to Excell column

1 次查看(过去 30 天)
Max Peters
Max Peters 2018-3-25
关闭: MATLAB Answer Bot 2021-8-20
Hey,
while analyzing a signal, i want to export a part of the signal to an excel file. my input is a csv file with several signals. these signals are loaded to my workspace
AnalyzedFile = fullfile(folder, filename);
in a next step i want to export a certain signal ('SignalXYZ'), which is a double (1x300), to an excel file. this excel file should be:
  • saved in the folder, where i got the input file from
  • contain only a table of 2 columns (named 'time' and 'signal')
  • have a certain name ('Signal_XYZ_123')
i tried this with help of other articles, but since i am quite new to matlab i was not able to merge the hints from other issues, to solve my problem.
Thanks a lot for your help!!

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by