Borrar filtros
Borrar filtros

searching in an mfile

4 visualizaciones (últimos 30 días)
noa
noa el 24 de Jul. de 2013
hi
my main file read 26 other mfile and it needs to search the value of u_vec(9).
how can i do this fast?
thanks
  1 comentario
Cedric
Cedric el 24 de Jul. de 2013
Editada: Cedric el 24 de Jul. de 2013
What do you mean by "read"? Are you talking about Mfiles( .m extension) or files with the .mat extension? If it's the first case, what does it mean to search for the value of u_vec(9).. is its content hardcoded, e.g. you have somewhere u_vec(9)=27 written and you want to find 27 without having to run the code (e.g. by text pattern matching)?

Iniciar sesión para comentar.

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 24 de Jul. de 2013
Editada: Azzi Abdelmalek el 24 de Jul. de 2013
In your matlab editor there is an icone called find files, use it to find all the m files that contains u_vec(9)
  2 comentarios
noa
noa el 24 de Jul. de 2013
i have matlab 2009a
and i want the process to be automatic
Azzi Abdelmalek
Azzi Abdelmalek el 24 de Jul. de 2013
You can read all your m-file with fgetl function and use regexp function to locate u_vec(9)

Iniciar sesión para comentar.

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by