Unrecognized function or variable 'lof'.

3 ビュー (過去 30 日間)
Praveen Verma
Praveen Verma 2022 年 11 月 25 日
コメント済み: Praveen Verma 2022 年 11 月 25 日
d is a matrix with 100 rows and 21 coloums
LOFobj=lof(d);
says Unrecognized function or variable 'lof'.
I am using MATLAB 2022a.

採用された回答

Star Strider
Star Strider 2022 年 11 月 25 日
The lof function was introduced in R2022b.
You will need to upgrade to the latest release to use it. (The onine documentation is for R2022b.)

その他の回答 (2 件)

Jan
Jan 2022 年 11 月 25 日
Do you have the Statistics and Machine Learning Toolbox installed and licensed? If not, you cannot access functions of this toolbox.
  1 件のコメント
Praveen Verma
Praveen Verma 2022 年 11 月 25 日
updated to 2022b. now working. Thanks for your response

サインインしてコメントする。


Image Analyst
Image Analyst 2022 年 11 月 25 日
I guess I've not been spending enough time in science and too much listening to managers, to whom LOF means "Leap of Faith" because they've all read the Eric Ries book
So now I know another definition of LOF

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by