list of all not recommended keywords
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuesta aceptada
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)
Ver también
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!