list of all not recommended keywords
5 次查看(过去 30 天)
显示 更早的评论
Where can i get all "not recommended" keywords list. Could you guys Please tell me.
Ex :
here 'isdir' is not recommended by MATLAB. I want the list of all "not recommended" keywords like 'isdir'.
5 个评论
采纳的回答
Steven Lord
2019-10-17
Open the Preferences using the icon in the Environment section of the Home tab on the Toolstrip. Under MATLAB, navigate to the Code Analyzer item. Search the list of messages for "not recommended" or whatever other name / phrase you want.
This list does not include every function we recommend against using; inline, eval, inv, etc. are not on the list. There's a slightly different message for inline, and eval and inv aren't going away but we strongly recommend avoiding them.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Function Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!