Installing a external toolbox to a matlab path.
이전 댓글 표시
Currently I am trying to intsall an externally developed tool box into my matlab for specialized procession. The toolbox, called osprey (located here: https://schorschinho.github.io/osprey/getting-started.html) states to install the program to download the directory found on their github and add it to the "matlab path." Once that is done, the command "Osprey" supposedly should start the gui. I'm not completely sure what is meant by "path" I added the program to the typical search path and wasn't able to get the command to work. I also tried putting the directory in other folder locations in the program files. Does anyone have any clarity on how to get such a program to work, or the specific loaction that the files should be added to work?
답변 (1개)
Jan
2022년 6월 13일
Create a folder onyour disk and use either pathtool to add this folder to the path (on the bottom!) or do it programmatically:
addpath('C:\The\Folder', '-end')
savepath
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!