我是靠谱客的博主 鲤鱼黑猫,最近开发中收集的这篇文章主要介绍matlab 安装matconvnet 出现 CL.EXE not found in PATH. >cl_path = fileparts(check_clpath());,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1.mex -setup:F:matlabbinwin64mexoptsmsvcpp2019.xml
2.cd F:hiudawnmatlabmatconvnet-1.0-beta25
2.addpath matlab
2.vl_compilenn
3.vl_testnn
在这里插入图片描述
我的问题是以上方法这样解决的,以下方法可供参考
我还是试了其他办法,但是没有用,如果不行的小伙伴可以一试
“install visual studio community edition ( it’s the free edition ) (minwg compiler will not work) go to C:Program Files (x86)Microsoft Visual Studio search for cl.exe take the one appropriate for your computer architecture and copy it to the folder containing the matconvnet installation run mex -setup c++ and set it to visual studio and you’re good to go”

方法1:找到cl.exe文件,我的在这个位置
C:Program Files (x86)Microsoft Visual Studio2019ProfessionalVCToolsMSVC14.16.27023binHostX64arm64
复制到matconvnet也就是matconvnet-1.0-beta25的文件里,在运行mex c++

方法2:注意自己安装的matlab版本,matlab版本2018 是不支持visual studio ,只能用mingwg64,所以注意自己matlab 的版本是什么,如果不清楚可以到这个网站查一下
https://se.mathworks.com/support/requirements/previous-releases.html

方法3,找到cl.exe,将其位置添加到系统环境当中

最后

以上就是鲤鱼黑猫为你收集整理的matlab 安装matconvnet 出现 CL.EXE not found in PATH. >cl_path = fileparts(check_clpath());的全部内容,希望文章能够帮你解决matlab 安装matconvnet 出现 CL.EXE not found in PATH. >cl_path = fileparts(check_clpath());所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(72)

评论列表共有 0 条评论

立即
投稿
返回
顶部