list of all not recommended keywords

조회 수: 6 (최근 30일)
Karthikeyan S
Karthikeyan S 2019년 10월 17일
댓글: Karthikeyan S 2019년 12월 5일
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
Adam Danz
Adam Danz 2019년 10월 17일
Not sure how such a list would be useful but here's a good start:
Guillaume
Guillaume 2019년 10월 17일
See also this very similar question by somebody else.

댓글을 달려면 로그인하십시오.

채택된 답변

Steven Lord
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 CenterFile Exchange에서 Function Creation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by