您好,急求关于matlab与STK互联问题!
发布网友
发布时间:2022-05-10 22:28
我来回答
共4个回答
热心网友
时间:2023-11-08 09:53
我的stk版本是9.2.1,matlab是2011a32位,一定要先安装matlab再安装stk,这样子好想不会报错了,系统是Win8.1,运行stk的时候使用win7兼容运行。运行StkMatlabInstall.exe时会弹出Update Matlab的对话框选项的,估计如果你的电脑安装了多个matlab版本时选择用的吧,因为在agiInit中有这样的代码:(希望有帮助)
% check for proper MEX file names
if (exist('agiMexInstallInfo') ~= 3)
msg = 'agiInit can not be run with this version of Matlab. You must install DLL versions of AGI MEX files using StkMatlabInstall.exe from the STK binary folder.';
try
if (~verLessThan('matlab', '7.1'))
msg = 'AGI Matlab Interface Installation is corrupt, please rerun StkMatlabInstall.exe from the STK binary folder.';
end
catch
end
error(msg);
end
热心网友
时间:2023-11-08 09:54
同样问题,请问解决了吗,感谢
热心网友
时间:2023-11-08 09:54
你好,我碰到了和你一样的问题,请问现在找到什么好的解决方法了吗
热心网友
时间:2023-11-08 09:55
你好,这个问题我没遇到过。
抱歉不能帮到你。来自:求助得到的回答