Excel and MATLAB connection
Mostra commenti meno recenti
How can I connect excel and MATLAB so that I don't need to import the excel data every time manually? Also, how ActiveX can be used for this purpose?
Risposte (1)
Rik
il 13 Mar 2019
1 voto
You can use xlsread to read data from Excel in your code. I would avoid the use of ActiveX whenever you can avoid it. You can find some examples of how to use this function in the documentation.
Categorie
Scopri di più su ActiveX 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!