Why am I getting an error message "undefined function" when using the LAGMATRIX function in MATLAB 7.10 (R2010a)?

2 visualizaciones (últimos 30 días)
I try to compile using mcc command in R2010a and one of the MATLAB files to be compiled is toolbox/garch/lagmatrix.m. I am getting the error message that says it cannot find the LAGMATRIX function.

Respuestas (3)

Kenneth Eaton
Kenneth Eaton el 21 de En. de 2011
Have you tried including that file using the MCC archive option -a? On a Windows machine it would look something like:
mcc ... -a C:\Program Files\MATLAB\R2010a\toolbox\garch\lagmatrix.m

Walter Roberson
Walter Roberson el 21 de En. de 2011
How are you referencing lagmatrix ? If it only appears inside a string, then you need to add
%#lagmatrix
See this technical solution for more information.

Gabo
Gabo el 6 de Jun. de 2011
The name of the toolbox changed in 2008b to Econometrics Toolbox. See release notes: http://www.mathworks.com/help/toolbox/econ/rn/bqwdtlh-2.html. Do
which lagmatrix
in the command line to verify the file's new location.

Categorías

Más información sobre Java Package Integration en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by