Info

This question is closed. Reopen it to edit or answer.

Double to Excell column

1 view (last 30 days)
Max Peters
Max Peters on 25 Mar 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
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!!

Answers (0)

Community Treasure Hunt

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

Start Hunting!