Filter löschen
Filter löschen

How I'm able to search for a variable in different functions and scripts?

17 Ansichten (letzte 30 Tage)
I'm looking for a function or tool which help me to find the usage of a variable in different scripts or functions with just one click.
  4 Kommentare
Guillaume
Guillaume am 31 Aug. 2016
Well, all these tools will certainly find a string in several files. However, it is a far cry from finding "the usage of a variable in different scripts or functions". This would require some semantic analysis. Even then, I'm not sure that such a tool could be made for matlab (unlike other languages such as C), particularly for scripts since there isn't an absolute way to connect them.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Stephen23
Stephen23 am 31 Aug. 2016
Bearbeitet: Stephen23 am 31 Aug. 2016
MATLAB finds any string in any text files (not quite one button click):
  • Ribbon: "Home" tab -> "Find Files".
Have you tried using that ?
  3 Kommentare
Stephen23
Stephen23 am 1 Sep. 2016
Bearbeitet: Stephen23 am 1 Sep. 2016
@Reinhard Palaver: I am glad that it helped! If my answer helped you, please consider accepting it by clicking the accept button. That is an easy way for you to say "thank you" to us volunteers.
Reinhard Palaver
Reinhard Palaver am 1 Sep. 2016
Bearbeitet: Reinhard Palaver am 1 Sep. 2016
Thanks a lot!!! Mille Grazie!!! Gracias!!! Merci!!!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by