필터 지우기
필터 지우기

How to download the mat files of examples provided by Matlab

조회 수: 9 (최근 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 CenterFile Exchange에서 Simultaneous and Synchronized Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by