GUIDE and Excel files

Hi i want to know how i can save info in a excel file. I want to save a matrix, with x and y values from a graph . and i want to save de info many times, maybe in many excel files or in one excel file.

 Accepted Answer

Image Analyst
Image Analyst on 26 Jul 2012

0 votes

If you want to do it many times, you do not want to use xlswrite (though you can, it just will take a long time). You want to get xlswrite1() out of the File Exchange and follow the instructions for how you can do it much faster using ActiveX programming (don't worry, it's not too hard).

More Answers (0)

Community Treasure Hunt

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

Start Hunting!