matlab安装opti toolbox找不到vc2017distributable

我在matlab中能找到vc2017和forttan2017,但是运行opti工具包就显示缺少,求教

img

img

你好,请在运行这个程序之前,加入你的fortran以及vs的安装路径:

addpath(genpath('你的fortran安装路径'))
addpath(genpath('你的MS2017c++安装路径'))