where can i find all the special comment properties ?

87 vues (au cours des 30 derniers jours)
OMKARAM RAJESHWARA RAJU
OMKARAM RAJESHWARA RAJU le 15 Août 2020
Modifié(e) : Philipp le 10 Mar 2025 à 10:26
as i am going through the codes i can see some special comments
%#ok<SAGROW>
%#ok<AGROW>
%#ok<NOPTS>
where can i find all such special comment properties.
if possible please share a link of such documentation.
thanks in advance..!

Réponse acceptée

John D'Errico
John D'Errico le 15 Août 2020
These are flags to allow you to supress specific MATLAB code analyzer warnings.
Perhaps best, read here:
As MATLAB has evolved over the years, the need for specific warnings has also evolved. So I don't know of a specific hard list of all possible warnings.
You can also look at the MATLAB preferences for the Code Analyzer.
  3 commentaires
OMKARAM RAJESHWARA RAJU
OMKARAM RAJESHWARA RAJU le 20 Oct 2020
Modifié(e) : OMKARAM RAJESHWARA RAJU le 20 Oct 2020
sir, where can i find the list for specific version of matlab..?
Now i'm using R2020b
Philipp
Philipp le 10 Mar 2025 à 10:25
Modifié(e) : Philipp le 10 Mar 2025 à 10:26
You can suppress any of these warning by just adding
%#ok
behind your codeline to show that you are aware of that warning. At least in R2022b this works for me.

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 15 Août 2020
  1. Type control-shift-f.
  2. In the "Find files containing text" field, put %#ok<
  3. In the "Include only file type(s):" field, select *.m
  4. Select the current folder, or any other folder you want.
  5. Check "Include subfolders" checkbox.
  6. Click Find
This will find all places in your m-files where the author put lines like that.
If you actually want to know what those symbols mean, then check the other answer(s).

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by