【发布时间】:2017-02-02 04:38:14
【问题描述】:
我正在尝试在 Windows 10(64 位)上的 MATLAB R2016a 中使用 glmnet 小插图。我从here 下载了版本。每次我尝试使用函数(如cvglmnet)时,MATLAB 都会崩溃。
MATLAB 的 glmnet 版本仅在 MATLAB 2013b(64 位)上进行了测试,但我想知道是否有人能够在其他版本的 MATLAB 上使用它以及如何做到这一点。我认为问题在于可能应该重新编译的 mex 文件,因为 MATLAB 崩溃上的错误说
This error was detected while a MEX-file was running. If the MEX-file
is not an official MathWorks function, please examine its source code
for errors. Please consult the External Interfaces Guide for information
on debugging MEX-files.
但我不知道该怎么做。
【问题讨论】:
-
您可以在github.com/growlix/glmnet_matlab找到一组与Windows 10兼容的64位系统的预编译文件