syntax to plot graph using excel sheet data
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
DEVIKA R
il 20 Ott 2016
Risposto: Walter Roberson
il 20 Ott 2016
syntax to plot graph using excel sheet data
0 Commenti
Risposta accettata
Walter Roberson
il 20 Ott 2016
Use xlsread() or readtable() to read the data. After that, use plot() on the data. There is no special syntax just because the data came from excel.
0 Commenti
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!