find specific parameter in multiple m-files
显示 更早的评论
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 个评论
per isakson
2014-10-28
编辑:per isakson
2014-10-28
"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
2014-10-28
编辑:yonatan gerufi
2014-10-28
per isakson
2014-10-28
I replace "mat files" by "m-files" in the question. mat-file is a different type of file (store data).
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!