MATLAB: How to edit slblocks.m to create custom library and sub-library

librarysimulinkslblocks.msublibrary

Is there any tutorial that tell us the way to edit slblocks.m in order to create our own library ?

Best Answer

You need to create a new slblocks.m in the same folder as your library, and add the folder to the MATLAB path. See Add Libraries to the Library Browser for more details.