is there a way to make available a matlab package to all functions available in same .m file
1 view (last 30 days)
Show older comments
I am working with matlab packages and I want to make a package available to all methods in same .m file. I am trying to import the package in main method of .m file and it seems to me that other functions in .m file are unable to access the package. I do not want to import package in all functions and want to avoid this situation. Is there a way to tackle this issue.
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!