MATLAB does have in some sense an overlooked and under-utilized analogue to libraries calledPackages. This works the same way class folders works. Basically, you can drop your functions in a package folder to associate all of them under a package name, like package1.readIMG. You can then have classes under this package too, with their own methods, like package1.class1.readData.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
1 Comment
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/388338-how-to-create-my-own-library-in-matlab#comment_545505
Direct link to this comment
https://es.mathworks.com/matlabcentral/answers/388338-how-to-create-my-own-library-in-matlab#comment_545505
Sign in to comment.