各种试,还是没有解决此问题,请各路大神帮忙!谢谢!
运行STRCF代码,MATLAB报错:There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the latest driver is installed.
原因:The CUDA driver could not be loaded. The library name used was 'nucuda.dll', The error was: nvcuda.dll 不是有效的Win32应用程序。

由于加载不上nvcuda.dll这个库,所以无法正常运行gpuArray()这个函数。
我使用的是ThinkpadX250笔记本电脑,Win7环境。
开始,我发现计算机中没有这个库文件,从网上下载、他人的机子上拷贝了多个大小的该文件,拷贝到对应位置后扔然提示这个错误。
在他人计算机中,Win10和Win7环境下可跑通此代码。
重装过系统,发现还没缺那个库文件,拷贝到对应位置后还是报错。
装过MATLAB2017b,MATLAB2016b,和MATLAB2017a三个版本的MATLAB,没有效果。
我的笔记本是集成显卡,也怀疑过是本身配置的硬伤所致,但是一个具有独显的具有GPU 的机器也是出现此类问题。