how can I insert a new toolbox in Matlab2014a
1 次查看(过去 30 天)
显示 更早的评论
I do not have the Pattern Recognition Toolbox, so please tell me how can I insert a new toolbox in Matlab2014a
0 个评论
回答(1 个)
Wayne King
2014-7-19
编辑:Wayne King
2014-7-19
Pattern Recognition Toolbox is not a MathWorks' product so the standard MathWorks' installer won't install it on the path.
You'll most likely need to use addpath() or the pathtool to add the folders where you have put the toolbox files on the MATLAB path.
Often people who provide such toolboxes provide you with instructions on how to add those folders, or provide a simple startup.m file that does it for you.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Analytics Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!