error massage index exceeds
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I am running my codes and getting the following error massage:
Index exceeds matrix dimensions. Error in main (line 73) W=[y1lag(lagno(i)+2:T,:) dylag(lagno(i)+2:T,:)];
why am I getting it and how to deal with it please? I have attached the matlab m file. I am really need a help asap since I am running out of time for submission.
Regards Sarah
5 commentaires
KSSV
le 7 Déc 2016
dylag=lagmatrix(dy(:,i),(1:lagno(i))); % line 72
your dylag is an empty matrix. Because 1:lagno(i) is zero. lagno is zero, so there is no possibility of picking columns from lagmatrix.
Réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing 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!