how to create my own library in Matlab?

13 visualizaciones (últimos 30 días)
vedesh Mohit
vedesh Mohit el 14 de Mzo. de 2018
Respondida: Ahmet Cecen el 14 de Mzo. de 2018
I have some code of imputation and forecasting methods. How do I go about creating a library to incorporate these methods?
  1 comentario
Walter Roberson
Walter Roberson el 14 de Mzo. de 2018
MATLAB does not have "libraries".
You could create an app https://www.mathworks.com/company/newsletters/articles/writing-apps-in-matlab.html, or you could create a class, or you could just put a bunch of files together in one directory that people would add to their MATLAB path.

Iniciar sesión para comentar.

Respuestas (1)

Ahmet Cecen
Ahmet Cecen el 14 de Mzo. de 2018
MATLAB does have in some sense an overlooked and under-utilized analogue to libraries called Packages. 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.

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by