Why do I get the error message in R2019a: Undefined function "xmakefilesetup"?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 18 de Jun. de 2019
Editada: MathWorks Support Team
el 29 de Ag. de 2024
For the configuration of the makefile-generation-tool we use the "xmakefilesetup-function". In the newer MATLAB versions I am getting the error message "Undefined function xmakefilesetup". And if I check the usual directory of the function, I could not find it \MATLAB\R2019a\toolbox\idelink\foundation\xmakefile.
Can you help please?
Respuesta aceptada
MathWorks Support Team
el 29 de Jul. de 2024
Editada: MathWorks Support Team
el 29 de Ag. de 2024
The file "xmakefilesetup" was removed as of R2018b. The old documentation page also mentioned this change, run the following command in MATLAB R2018a:
web(fullfile(docroot, 'ecoder/ug/makefiles.html'))
The XMakefile feature is an older build process that uses extended template makefiles. You should now use the toolchain approach build process, please refer to the following documentation page for R2019a:
Please run the below command in the command window of installed MATLAB R2019a version to get release specific documentation:
>> web(fullfile(docroot, 'ecoder/ug/program-builds.html'))
Please follow the below link to search for the required information regarding the current release:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fractals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!