writing more than 1 function in a file
Show older comments
i wrote each function in each file and now there are too many files in a program. i tried to write several functions in a file but was unable to retrieve and use them. how can i write many functions and use them? thank you.
Accepted Answer
More Answers (1)
Use local functions See the link http://www.mathworks.in/help/matlab/matlab_prog/local-functions.html?s_tid=doc_12b
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!