HOW TO PLOT AN ECONOMIC SERIES
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everybody, please I have the dataset on excel and I want to plot variables, I did not find how? I attached my dataset. thanks
1 commentaire
Réponse acceptée
Thorsten
le 20 Nov 2015
X = xlsread('../../Downloads/mexico_data_1900_2005.xls');
plot(X(:,1), X(:,2:end))
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!