list of all not recommended keywords

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
Adam Danz
Adam Danz il 17 Ott 2019
Not sure how such a list would be useful but here's a good start:
Guillaume
Guillaume il 17 Ott 2019
See also this very similar question by somebody else.

Accedi per commentare.

Risposta accettata

Steven Lord
Steven Lord il 17 Ott 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.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by