HOW TO PLOT AN ECONOMIC SERIES
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Houda
el 20 de Nov. de 2015
Comentada: Houda
el 20 de Nov. de 2015
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 comentario
Adam
el 20 de Nov. de 2015
You didn't attach anything.
doc xlswrite
is usually used to read excel data in.
Respuesta aceptada
Thorsten
el 20 de Nov. de 2015
X = xlsread('../../Downloads/mexico_data_1900_2005.xls');
plot(X(:,1), X(:,2:end))
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!