How to make MATLAB run a built-in function instead of a custom function?

3 ビュー (過去 30 日間)
Emily
Emily 2022 年 9 月 20 日
回答済み: Fangjun Jiang 2022 年 9 月 20 日
There's a code that calls for a built-in stats function, but there is a custom data function with the same name.
I can't edit the custom data function, so I wanted to know how I can ignore the custom function (H: Drive) and call the built-in one instead (C: Drive).

採用された回答

Fangjun Jiang
Fangjun Jiang 2022 年 9 月 20 日
Remove that (H: Drive) folder from your MATLAB path, or move it below the (C: Drive) folder that contains that built-in function.
run "which -all FunName" to see a list of files with the same FunName. The first one is called.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by