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....

 Accepted Answer

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

More Answers (0)

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Products

Release

R2020a

Tags

Community Treasure Hunt

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

Start Hunting!