Error when open m file

11 ビュー (過去 30 日間)
Hany Ferdinando
Hany Ferdinando 2015 年 1 月 21 日
回答済み: Naga 2024 年 10 月 23 日 9:58
Hi,
I run Matlab 2013b, 64bit, in Windows 7. When I open m file, sometimes it was no problem, but sometimes I got error message shown in Error Dialog.
Error using open
Too many input arguments.
How to solve this problem?
Thank you
regards Hany

採用された回答

Naga
Naga 2024 年 10 月 23 日 9:58
Hello Hany,
This may be due to a function shadowing issue for a function used in the underlying implementations of these other functions. Try the following debugging steps in order:
1) Try to reset your MATLAB path:Plain Text
>> restoredefaultpath
>> rehash toolboxcache
>> savepath
This step may resolve or reveal a shadowing issue. If you see a warning about name conflicts, please try to delete or rename the local function that has a name conflict.
2) Try to regenerate your MATLAB preferences.
3) As a last resort, try a clean reinstallation of MATLAB.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by