Error in help of matlab

5 ビュー (過去 30 日間)
Rodrigo Franco
Rodrigo Franco 2015 年 12 月 20 日
コメント済み: Walter Roberson 2015 年 12 月 21 日
When i write in command window of matlab "help disp" appear of message: "No help found for disp.m." for example. Help me please!

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 12 月 20 日
If it is happening for everything, try
restoredefaultpath
If it is only happening for some routines then use (for example)
which -all disp
and see if the first thing that is reported is one of your files; if it is then you need to rename or delete it so that the MATLAB versions can be found.
  2 件のコメント
Rodrigo Franco
Rodrigo Franco 2015 年 12 月 21 日
編集済み: Walter Roberson 2015 年 12 月 21 日
Hi, i write the
restoredefaultpath in command windows and after write help disp again and continue with the same problem, look of image:
Obs.: This problem happening with everything functions.
Walter Roberson
Walter Roberson 2015 年 12 月 21 日
What does
which -all which
report? What does
fileattrib(fullfile(matlabroot, 'toolbox', 'matlab', 'general', 'which.m'))
report? (It might say that the file does not exist, which is information in itself.)

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

カテゴリ

Help Center および File ExchangeMATLAB Report Generator についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by