在使用simulink的S-Function去调用C程序的时候,需要使用mex指令预先编译C程序,但是出现 Error using mex No supported compiler or SDK was found的错误提示. 根据提示可知是缺少C编译器这里使用的是MinGw-w64,根据官方提示进行安装: 可以在HOME菜单下的Add-Ons进行安装,如下图所示: 由于版本比较低,已经不支持Add-Ons,需要自行下载文件:如下图点击该链接: 进入到mathworks官网下载MinGW-w6
mssqlserver在查询系统视图时(如:select * from sys.syscacheobjects),有时会报出如下提示: 消息 300,级别 14,状态 1,第 1 行VIEW SERVER STATE permission was denied on object 'server', database 'master'.消息 297,级别 16,状态 1,第 1 行The user does not have permission to perform this action.
安装libsvm的时候用到了mex -setup,有的会报 Could not find the 64-bit compiler. This may indicate that the "X64 Compilers and Tools" or the Microsoft Windows Software Development Kit (SDK) is not installed. 解决方法: 检查自己的vs2008(matlab 2013a支持到vs2012)中的64位编译器是否安装
Simulink仿真的时候,出行错误提示:Continuous sample time is not supported by discrete derivative 中文意思是:连续采样时间不支持离散导数: 发现正弦波信号的采样时间设置为0,所以相当于连续的模拟信号: 解决办法 修改Sample time
今天在AIX上面安装Python-2.7.2时失败,报下面的错误 checking for --enable-universalsdk... no checking for --with-universal-archs... 32-bit checking MACHDEP... aix6 checking EXTRAPLATDIR... checking machine type as reported by uname -m... 00C72F964C00 checking for --wit