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 ?

 채택된 답변

dpb
dpb 2016년 4월 24일

0 개 추천

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?

추가 답변 (0개)

카테고리

제품

질문:

2016년 4월 24일

답변:

dpb
2016년 4월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by