Unrecognized function or variable 'knnimpute'
이전 댓글 표시
I have the stats and ml toolboxes installed, as well as the bioinformatics toolbox as well. If I try to run the function on an incomplete matrix I get the error in the title.
data = [2 3 3; NaN 5 4; 4 2 NaN];
knnimpute(data)
How do I go about debugging this? I'm not familiear with matlab toolboxes, so I wasn't sure if they get automatically added to path or not.

OS is Arch running XFCE4, matlab release 2023b though that's probably not necessary information. Will update
댓글 수: 2
Dyuman Joshi
2023년 12월 1일
Please show the output of
which knnimpute -all
Alexander
2023년 12월 1일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!