0

I want to study and use the "MVGC Multivariate Granger Causality Matlab® Toolbox" . For that I want to run a example for the same in Matlab. Can you tell me how to import this toolbox and use it with the help of one sample working example ? Thanks in Advance

Sushodhan
  • 400
  • 1
  • 6
  • 16

1 Answers1

1

You can download it, extract the zip file, then run startup.m and see if you get no errors.

Yuval Harpaz
  • 1,416
  • 1
  • 12
  • 16
  • Thank you for the answer. Can you please answer the second part of my question too ? That is, can you give me a working example where the MVGC toolbox is used successfully. Thanks in Advance. – Sushodhan Jan 23 '19 at 06:29
  • did startup run with no error? I have a missing toolbox so so unfortunatly I cannot test example code – Yuval Harpaz Jan 23 '19 at 07:25
  • No it was throwing errors. The errors were about unidentified functions. I think the reason is the same as you mentioned, that is missing toolbox. Still trying things to work it out. – Sushodhan Jan 24 '19 at 12:20