赞
踩
从写完这篇文章到现在,访问量很大,影响也就比较大。虽然自己的工作已经与这方面没有多大的关系了,但本想为读者负责的态度,今天更新这篇文章,将各个工具包的最新链接供大家免费下载,因为是从官方英文网站下载的最新源码文件,并没有中文解释说明,请大家理解!如对最新版的的使用有什么问题,原谅我无法帮助大家了。每个工具箱的最新版在安装说明后都有免费下载链接,以后的路很长,我只能帮你到这里了。
1.下载emd工具箱:地址1-http://download.csdn.net/detail/makenothing/6969345 ,(链接2:http://download.csdn.net/detail/makenothing/9734265 )下载后解压放在matlab的toolbox工作路径下package_emd文件夹。
2、打开matlab,选择File- Set Path- Add with Subfolders-你刚才下载的工具箱(package_emd)点进去- Save- Close。
3、此时选择work下package_emd文件夹作为工作路径,即是C:\Program Files\MATLAB\R2010a\toolbox\package_emd。
4、在Command Window里面输入mex -setup回车,问是否选择已有的编译器你选y回车,再问选择哪个编译器,你可以选择C++的那个选择相应的编号(如 2)回车,然后让你核对是否选择对了编译器等等,你输入y回车。就安装成功了
- >> mex -setup
- Please choose your compiler for building external interface (MEX) files:
-
-
-
- Would you like mex to locate installed compilers [y]/n? y
-
-
-
- Select a compiler:
-
- [1] Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2010a\sys\lcc
-
- [2] Microsoft Visual C++ 6.0 in C:\Program Files\Microsoft Visual Studio
-
-
-
- [0] None
-
-
-
- Compiler: 2
-
-
- **************************************************************************
-
- Warning: The MATLAB C and Fortran API has changed to support MATLAB
-
- variables with more than 2^32-1 elements. In the near future
-
- you will be required to update your code to utilize the new
-
- API. You can find more information about this at:
-
- http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9
-
- Building with the -largeArrayDims option enables the new API.
-
- **************************************************************************
- Please verify your choices:
-
-
-
- Compiler: Microsoft Visual C++ 6.0
-
- Location: C:\Program Files\Microsoft Visual Studio
-
-
-
- Are these correct [y]/n? y
-
-
-
- Trying to update options file: C:\Users\Administrator\AppData\Roaming\MathWorks\MATLAB\R2010a\mexopts.bat
-
- From template: C:\PROGRA~1\MATLAB\R2010a\bin\win32\mexopts\msvc60opts.bat
-
-
-
- Done . . .
-
至此,表示安装成功!!
========================================================================
emd最新版(emd-1.3)下载地址:http://download.csdn.net/detail/makenothing/9734249
官方链接地址:https://atoms.scilab.org/toolboxes/emd_toolbox
========================================================================
1、首先下载工具箱,http://download.csdn.net/detail/makenothing/6969447。(免费链接:http://download.csdn.net/detail/makenothing/9734266)下载后解压放在matlab的toolbox工作路径下TFTB文件夹。
2、打开matlab,选择File- Set Path- Add with Subfolders-你刚才下载的工具箱(package_emd)点进去- Save- Close。
3、此时选择work下package_emd文件夹作为工作路径,即是C:\Program Files\MATLAB\R2010a\toolbox\TFTB 。
4、在Command Window里面输入mex -setup回车,问是否选择已有的编译器你选y回车,再问选择哪个编译器,你可以选择C++的那个选择相应的编号(如 2)回车,然后让你核对是否选择对了编译器等等,你输入y回车。就安装成功了
- mex -setup
-
- Please choose your compiler for building external interface (MEX) files:
-
-
-
- Would you like mex to locate installed compilers [y]/n? y
-
-
-
- Select a compiler:
-
- [1] Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2010a\sys\lcc
-
- [2] Microsoft Visual C++ 6.0 in C:\Program Files\Microsoft Visual Studio
-
-
-
- [0] None
-
-
-
- Compiler: 2
-
-
-
- Please verify your choices:
-
-
-
- Compiler: Microsoft Visual C++ 6.0
-
- Location: C:\Program Files\Microsoft Visual Studio
-
-
-
- Are these correct [y]/n? y
-
-
-
- Trying to update options file: C:\Users\Administrator\AppData\Roaming\MathWorks\MATLAB\R2010a\mexopts.bat
-
- From template: C:\PROGRA~1\MATLAB\R2010a\bin\win32\mexopts\msvc60opts.bat
-
-
-
- Done . . .
-
-
-
- **************************************************************************
-
- Warning: The MATLAB C and Fortran API has changed to support MATLAB
-
- variables with more than 2^32-1 elements. In the near future
-
- you will be required to update your code to utilize the new
-
- API. You can find more information about this at:
-
- http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9
-
- Building with the -largeArrayDims option enables the new API.
-
- **************************************************************************
至此,安装成功 !
========================================================================
最新版(tftb-0.2)下载地址:http://download.csdn.net/detail/makenothing/9734246
官网地址:http://download.savannah.gnu.org/releases/tftb
========================================================================
机器学习以及人工智能的学习需要扎实的数学功底才能走的更远,爬的更高,所以打好数学基础是关键,但无论工作学习都没有充足的时间去拿着书本一个字一个字的去学习了,这里我建议大家找几个比较靠谱入门的机器学习或者人工智能学习平台,一定要系统全面的去学习才能有效果,不要半途而废,
在此推荐人工智能入门教程,零基础教程,简单通俗易懂,风趣幽默,由浅及深,点击这里可以直达:人工智能入门基础教程
Good Luck !
2019年12月01日16:30
yycaptain
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。