MVGC 工具箱文档中的演示代码不适用于 R2018b
Demo code from the MVGC Toolbox documentation not working on R2018b
我在使用 MATLAB 的 MVGC(多变量格兰杰因果关系)工具箱方面需要帮助。
我尝试执行 here 提供的演示代码,但代码没有正确执行,因为许多功能(例如 rng_seed()
、var5_test()
)没有存在于 MATLAB 中。
我在 MATLAB 支持中搜索了这些内容,但找不到有关它们的任何信息。
简短的回答是:它可能与特定的 MATLAB 版本无关,您应该只在搜索路径中包含工具箱。
未识别这些函数,因为它们不是 MATLAB 安装的一部分,而是包含在工具箱本身中(您应该 download manually). Then, for them to be recognized, download the toolbox, extract it, and add the contents of the toolbox (including subfolders) to your MATLAB path。
具体关于您提到的功能,可在此处找到:
var5_test -> \mvgc_v1.0\demo\var5_test.m
rng_seed -> \mvgc_v1.0\utils\rng_seed.m
我在使用 MATLAB 的 MVGC(多变量格兰杰因果关系)工具箱方面需要帮助。
我尝试执行 here 提供的演示代码,但代码没有正确执行,因为许多功能(例如 rng_seed()
、var5_test()
)没有存在于 MATLAB 中。
我在 MATLAB 支持中搜索了这些内容,但找不到有关它们的任何信息。
简短的回答是:它可能与特定的 MATLAB 版本无关,您应该只在搜索路径中包含工具箱。
未识别这些函数,因为它们不是 MATLAB 安装的一部分,而是包含在工具箱本身中(您应该 download manually). Then, for them to be recognized, download the toolbox, extract it, and add the contents of the toolbox (including subfolders) to your MATLAB path。
具体关于您提到的功能,可在此处找到:
var5_test -> \mvgc_v1.0\demo\var5_test.m
rng_seed -> \mvgc_v1.0\utils\rng_seed.m