Data from MATLAB to excel then back
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Collin Poesch
il 8 Giu 2018
Commentato: Collin Poesch
il 8 Giu 2018
I have a program where I output data to excel from MATLAB, then MATLAB performs calculations on that data and sends it back to excel, and then excel performs calculations(the final data). I want to get the final data from excel into MATLAB, but if I try to use readtable, the calculations are not performed even though I put readtable after MATLAB sends the data to excel. The final data only shows when I open excel. How could I go about doing this?
2 Commenti
Risposta accettata
Walter Roberson
il 8 Giu 2018
Your calculations inside Excel are Excel macros, and macros are not triggered at the time data is written.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!