フィルターのクリア

How to download the mat files of examples provided by Matlab

10 ビュー (過去 30 日間)
wesso Dadoyan
wesso Dadoyan 2016 年 8 月 12 日
回答済み: KSSV 2016 年 8 月 12 日
Hi,
I was looking at the MACD function in matlab . In the example they report the following: This example shows how to compute the MACD for Disney stock and plot the results.
load disney.mat
dis_CloseMACD = macd(dis);
dis_OpenMACD = macd(dis, 'OPEN');
plot(dis_CloseMACD);
plot(dis_OpenMACD);
title('MACD for Disney')
How can I get this disney.mat file. ?

採用された回答

KSSV
KSSV 2016 年 8 月 12 日
You need not to download them...they are already available if you have MATLAB.....directly run that code...you will get the result...

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimultaneous and Synchronized Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by