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!