Saying twopointcorr is undefined
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I have dowloaded the twopointcorr function but when I try to call it, it says "Undefined function or variable 'twopointcorr'". What do I do to fix this?
댓글 수: 0
답변 (1개)
David Goodmanson
2018년 6월 28일
편집: David Goodmanson
2018년 6월 28일
1 개 추천
Hi Amav
You just have to make sure that twopointcorr is in a folder somewhere on the Matlab path, so that Matlab knows it exists. The path command shows all the currently recognized folders, and the cd command shows the current folder. If you want to add a folder, see pathtool, or addpath, savepath.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!