How to write data statistics of a graph, into an excel file?

1 view (last 30 days)
Hi,
I would like to save the data statistics created by plotting a graph, into an excel file for further computation, I have ahuge data set and at the moment I am doing this manually. Could you please help me with this?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 16 Jul 2013
Use xlswrite function
doc xlswrite
  2 Comments
Srikanta Sharma
Srikanta Sharma on 16 Jul 2013
Hi Azzi,
I have four data points which needs to be saved such as the mean, sd, median and mode, xls write just gives me the mean. Also could you tell me how I can save the data statistics which i obtain from clicking on tools on the graph to be automatically saved to the workspace?
Azzi Abdelmalek
Azzi Abdelmalek on 16 Jul 2013
Click on tools then click on data statistics then save to workspace

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!