フィルターのクリア

Error Matlab 2022 and 2023 : Undefined function 'find' for input arguments of type 'pattern'

2 ビュー (過去 30 日間)
Hello,
I found this kind of error recently on my matlab 2022a, 2022b, and even 2023 : Undefined function 'find' for input arguments of type 'pattern'. Before (1-2 months ago) they worked fine. Anyone know this issue?
  5 件のコメント
Dyuman Joshi
Dyuman Joshi 2023 年 7 月 16 日
Please copy and paste the whole error message i.e. all of the red text.
Also, post the code where you use the function find() and it gives the error.
Adi Purwandana
Adi Purwandana 2023 年 7 月 16 日
FYI, 2 months ago there was no problem. I don't think it's my script failure. Now, even I can't add any single component (axes, button etc) in app designer, and got this message:

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

採用された回答

Adi Purwandana
Adi Purwandana 2023 年 7 月 17 日
移動済み: Rik 2023 年 7 月 17 日
Hello everyone,
I thought my problem is solved after following the answer by Prashanth Soundararajan on this thread:
It's simply related to path issues, so it's simply solved by:
Try restoring the default path by typing the following in the MATLAB Command Window:
>>restoredefaultpath
>>rehash toolboxcache
>>savepath

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by