Borrar filtros
Borrar filtros

How to download the mat files of examples provided by Matlab

9 visualizaciones (últimos 30 días)
wesso Dadoyan
wesso Dadoyan el 12 de Ag. de 2016
Respondida: KSSV el 12 de Ag. de 2016
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. ?

Respuesta aceptada

KSSV
KSSV el 12 de Ag. de 2016
You need not to download them...they are already available if you have MATLAB.....directly run that code...you will get the result...

Más respuestas (0)

Categorías

Más información sobre Simultaneous and Synchronized Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by