list of all not recommended keywords

5 visualizaciones (últimos 30 días)
Karthikeyan S
Karthikeyan S el 17 de Oct. de 2019
Comentada: Karthikeyan S el 5 de Dic. de 2019
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 comentarios
Adam Danz
Adam Danz el 17 de Oct. de 2019
Not sure how such a list would be useful but here's a good start:
Guillaume
Guillaume el 17 de Oct. de 2019
See also this very similar question by somebody else.

Iniciar sesión para comentar.

Respuesta aceptada

Steven Lord
Steven Lord el 17 de Oct. de 2019
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.

Más respuestas (0)

Categorías

Más información sobre Function Creation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by