Means of this numbers

3 ビュー (過去 30 日間)
hadj hassane
hadj hassane 2016 年 4 月 27 日
コメント済み: Steven Lord 2016 年 4 月 27 日
What does it means the number "735453" and "735362"and" 735271" in this code ?
(Obtain the cash dividend data for IBM for the last 300 days)
d = fetch(c,'IBM',now-300,now-1,'v')
%result
d = 735453.00 0.95
735362.00 0.95
735271.00 0.85
....

採用された回答

Roger Wohlwend
Roger Wohlwend 2016 年 4 月 27 日
The first column is the date. Use the function datestr zu convert the numbers into Dates.
>> datestr(735453)
ans =
07-Aug-2013
  2 件のコメント
Jan
Jan 2016 年 4 月 27 日
Isn't this a strange reply, when the command contained the values now-300,now-1 ?
Steven Lord
Steven Lord 2016 年 4 月 27 日
My guess is that the code in the original question was copied from lecture notes or a webpage and that the output displayed for the copied comes from when the code was originally run back in 2013.

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by