HOW TO CALL A FUNCTION IN ANOTHER MFILE FROM A MAIN PROGRAM
이전 댓글 표시
In my project I need to extract dominant gray level features. For that how should I call the feature extraction function in another mfile from the main mfile
답변 (1개)
Simon
2013년 9월 11일
0 개 추천
Hi!
Place the function mfile in your path and give it the same name as the function inside. Take a look: http://www.mathworks.com/help/matlab/matlab_prog/create-functions-in-files.html
카테고리
도움말 센터 및 File Exchange에서 Adding custom doc에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!