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

 Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 15 Jan 2021

1 vote

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

Plus de réponses (0)

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Centre d'aide et File Exchange

Produits

Version

R2020a

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by