"doc cmp": Help browser stuck at "Processing"
显示 更早的评论
My organization just upgraded me to Matlab 2022a. "doc table" works, but "doc cmp" causes the help browser to be stuck at the message "Processing". It does not become unstuck if I type "table" into the search field. I can still issue "doc table" at the command window, which opens a 2nd help browser tab with the "table" help page. I can switch to the "Processing" tab and close it. So the "Processing" tab doesn't impede any other use of "doc". But I was hoping to be able to use the help browser instead of the internet to look for Matlab commands (such as "cmp") so that I don't end up using a reserved word for a variable. Is there a particular reason why "doc cmp" brings up a zombie help browser tab?
4 个评论
Les Beckham
2022-5-18
FWIW
For your mentioned use case to "look for Matlab commands (such as "cmp") so that I don't end up using a reserved word for a variable", I would recommend using (for example) which cmp instead of doc cmp to determine if cmp is a reserved word (e.g., function) in Matlab. The which command is almost instant, while doc, even when it doesn't get stuck, will likely take a few seconds.
Good luck.
FM
2022-5-19
Les Beckham
2022-5-19
You're welcome. I'm happy to be of assistance.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!