How to import data to Excel through Matlab
Mostra commenti meno recenti
Risposte (2)
William
il 20 Ott 2011
try
help csvread()
Walter Roberson
il 20 Ott 2011
0 voti
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()
Categorie
Scopri di più su Use COM Objects in MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!