How to import data to Excel through Matlab
Show older comments
Answers (2)
William
on 20 Oct 2011
try
help csvread()
Walter Roberson
on 20 Oct 2011
0 votes
If you are inside MATLAB and you are trying to trigger Excel to read values, then you should be using the Excel COM (Component Object Modeling) interface. See actxserver()
Categories
Find more on Use COM Objects in MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!