Where is help relop?

18 次查看(过去 30 天)
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Export 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by