find specific parameter in multiple m-files
76 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
yonatan gerufi
el 28 de Oct. de 2014
Comentada: Avner Atias
el 25 de Mayo de 2020
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 comentarios
per isakson
el 28 de Oct. de 2014
I replace "mat files" by "m-files" in the question. mat-file is a different type of file (store data).
Respuesta aceptada
Abhiram Bhanuprakash
el 28 de Oct. de 2014
Editada: Abhiram Bhanuprakash
el 28 de Oct. de 2014
Hi Yonatan,
Ctrl+Shift+f would open a 'Find Files' window. In that, you can search the parameter, in this case, 'sigma' in the 'Find files containing text' field. It would also give you the line numbers where that string appears in the files.
You can also open the 'Find Files' window by navigating to 'Find Files' under the home tab, or the menu Edit -> Find files depending on which version of MATLAB you are using.
Hope this answers your query.
Cheers!
Abhiram.
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!