It is possible to find all m-file i call to another m-file?

my problem is that i create a function and call it in several programs (m-files), now i find a better way and change the function and change the inputs and outputs.
i think it still compatible to the old function but i want check it, before i will use a program and get an error.
It is a way to check all m-file (in one folder) that call a function?
If it possible, how?

 Accepted Answer

Orion
Orion on 22 Oct 2014
Edited: Orion on 22 Oct 2014
Hi,
Just use the Find Files of Matlab.
select the current folder then ctrl+F
and search the name of your function in all mfile on the path.

1 Comment

tnx, i didn't know that we can find in file by this.

Sign in to comment.

More Answers (0)

Categories

Products

Asked:

on 22 Oct 2014

Edited:

on 22 Oct 2014

Community Treasure Hunt

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

Start Hunting!