How to download the mat files of examples provided by Matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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. ?
0 commentaires
Réponse acceptée
KSSV
le 12 Août 2016
You need not to download them...they are already available if you have MATLAB.....directly run that code...you will get the result...
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Downloads dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!