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!