help relop appears to have been taken out of the latest releases.
How do you get command line relational operation help?
Additionally, I found in doc "MATLAB Operators and Special Characters" but how do you get that from help?
Finally, why would you take this out after years (decades?) ?? Like dee....

 採用された回答

Fangjun Jiang
Fangjun Jiang 2021 年 1 月 15 日

1 投票

It is true.
The explanation:
\Program Files\MATLAB\R2019b\toolbox\matlab\ops\relop.m is gone in R2020a, that is why "help relop" won't produce in R2020a. The .m file contains only those help text.
But C:\Program Files\MATLAB\R2019b\toolbox\matlab\ops\Contents.m still exists in R2020a.
So you can do the following to bring relavant infomation.
help ops
help ||
help &&
and many more special characters

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAudio I/O and Waveform Generation についてさらに検索

製品

リリース

R2020a

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by