how to load my library in to matlab???

10 views (last 30 days)
asthana
asthana on 11 Jun 2014
Answered: José-Luis on 11 Jun 2014
hello sir i just want to use the library(.m file) in to another code file then how to do so?
  2 Comments
José-Luis
José-Luis on 11 Jun 2014
Put it in the current folder or add the folder where it is located to the path.
asthana
asthana on 11 Jun 2014
it is already int the same path bt now if i want to load it in to program then how to do so??

Sign in to comment.

Answers (1)

José-Luis
José-Luis on 11 Jun 2014
Include it in the program. Type your_function_name where you want it to load.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!