where can i find all the special comment properties ?
Show older comments
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..!
Accepted Answer
More Answers (1)
Image Analyst
on 15 Aug 2020
1 vote
- 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).
Categories
Find more on File Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!