where can i find all the special comment properties ?
57 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
OMKARAM RAJESHWARA RAJU
el 15 de Ag. de 2020
Editada: OMKARAM RAJESHWARA RAJU
el 20 de Oct. de 2020
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..!
0 comentarios
Respuesta aceptada
John D'Errico
el 15 de Ag. de 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.
2 comentarios
Stephen23
el 15 de Ag. de 2020
The recommended/default suppression codes do change by version, and most likely get added/removed too, so any list is likely to need to be version-specific.
OMKARAM RAJESHWARA RAJU
el 20 de Oct. de 2020
Editada: OMKARAM RAJESHWARA RAJU
el 20 de Oct. de 2020
Más respuestas (1)
Image Analyst
el 15 de Ag. de 2020
- Type control-shift-f.
- In the "Find files containing text" field, put %#ok<
- In the "Include only file type(s):" field, select *.m
- Select the current folder, or any other folder you want.
- Check "Include subfolders" checkbox.
- 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).
0 comentarios
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!