Clear Filters
Clear Filters

How to import data to Excel through Matlab

2 views (last 30 days)
Poul Reitzel
Poul Reitzel on 20 Oct 2011
how?

Answers (2)

William
William on 20 Oct 2011
try
help csvread()

Walter Roberson
Walter Roberson on 20 Oct 2011
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()

Tags

Community Treasure Hunt

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

Start Hunting!