How do I export data from plotted graph to excel?

I'm getting graph from analog output by using serial com from arduino to matlab, and the data is stored in workspace. Is there any method to export my data at workspace to excel ?

 Accepted Answer

doc xlswrite
NB: You'll do better if at all possible to wait until you've got all the data before writing a file; sequential adding a value one-at-a-time is going to be very high overhead and you'll have to manually compute the cell location(s) to write each pass.
All in all, why use Excel at all?

More Answers (0)

Products

Asked:

on 24 Apr 2016

Answered:

dpb
on 24 Apr 2016

Community Treasure Hunt

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

Start Hunting!