HOW TO PLOT AN ECONOMIC SERIES

3 ビュー (過去 30 日間)
Houda
Houda 2015 年 11 月 20 日
コメント済み: Houda 2015 年 11 月 20 日
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 件のコメント
Adam
Adam 2015 年 11 月 20 日
You didn't attach anything.
doc xlswrite
is usually used to read excel data in.

サインインしてコメントする。

採用された回答

Thorsten
Thorsten 2015 年 11 月 20 日
X = xlsread('../../Downloads/mexico_data_1900_2005.xls');
plot(X(:,1), X(:,2:end))
  2 件のコメント
Houda
Houda 2015 年 11 月 20 日
it works thanks
Houda
Houda 2015 年 11 月 20 日
how if we want to make four subplots and also having the years at the X axis?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by