Creating your own MATLAB functions
이전 댓글 표시
Hello, I am new to MATLAB and this forum and I want to ask whether I can create my own functions and store them in my MATLAB library so that I can call them in my projects when necessary? If yes, please guide me through the procedure of doing so, (for example which folder etc. etc.). I am using version R2012a
답변 (1개)
Walter Roberson
2015년 5월 25일
Yes. Just create convenient directories for them that are not under the MATLAB installation directories, and use
pathtool
to add the directories to your MATLAB path.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!