Centos 7 Install: Help not working right

4 ビュー (過去 30 日間)
Alan
Alan 2019 年 9 月 9 日
回答済み: Kojiro Saito 2019 年 9 月 10 日
I have just installed MATLAB 2019a over Centos for the first time.
Help is not working as I expect. When I type help, I get help for the last command entered or ans if the first thing I type is help.
Didn't MATLAB used to give you a nice friendly list of help topics?

回答 (1 件)

Kojiro Saito
Kojiro Saito 2019 年 9 月 10 日
help is used for displaying short description of function, classes and so on.
For example,
help ones
doc might be that of you're looking for.
Try the following.
doc
or,
doc matlab
Also, documentation can be available on web pages, too. You can read the same document on web.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by