If a library contains any unsupported language features or data types, then the functionality is not included in the library definition file.
.mlx
Definition FileSometimes, the content of library files exceeds limits which causes MATLAB® to create an .m
file instead of an .mlx
file. Search your output folder for a definition file of the form
define
and edit the contents as
you would the libName
.m.mlx
version.
.mlx
Definition FileIf you have issues opening the .mlx
file, then you can use the
corresponding define
file instead.
First delete the libName
.m.mlx
file, and then open the .m
file
in MATLAB Editor.