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 Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

질문:

2021년 1월 15일

답변:

2021년 1월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by