find specific parameter in multiple m-files
Show older comments
Hi all,
I want to find the location of specific parameter in multiple m-files.
e.g i have 50 matlab files (*.m), and i want to find the location of " sigma " parameter.
now, i can open each file and do find (with ctrl+f) , but i looking for a faster way.
regards, Yoni.
3 Comments
per isakson
on 28 Oct 2014
Edited: per isakson
on 28 Oct 2014
"mat files"   are that Matlabs mat-files?
"sigma" looks like string. However,   find   is not the best wat to search for strings.
Provide a small example!
yonatan gerufi
on 28 Oct 2014
Edited: yonatan gerufi
on 28 Oct 2014
per isakson
on 28 Oct 2014
I replace "mat files" by "m-files" in the question. mat-file is a different type of file (store data).
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!