Why do I get the error message in R2019a: Undefined function "xmakefilesetup"?

7 vues (au cours des 30 derniers jours)
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? 

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 29 Juil 2024
Modifié(e) : MathWorks Support Team le 29 Août 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:

Plus de réponses (0)

Catégories

En savoir plus sur Fractals dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by