Borrar filtros
Borrar filtros

Why do I receive an error when I use an app packaged with MATLAB 8.2 (R2013b) in MATLAB 8.0 (R2012b)?

2 visualizaciones (últimos 30 días)
I have created an app called 'testApp' in MATLAB R2013b. As the apps get installed in the folder "C:\Users\username\Documents\MATLAB\Apps" all the other versions of MATLAB since R2012b have access to the app. However, when I try to run in MATLAB R2012b the app I created in MATLAB R2013b I receive the following error:
Error using evalin
Undefined function or variable 'testApp'.
Error in appinstall.internal.runapp>execute (line 29)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp (line 8)
appobj = execute(runcommand);

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 25 de Oct. de 2013
This error message occurs due the fact that the function EVALIN has changed behaviour in MATLAB R2013b due to a structural change. In order to avoid this error message, re-install the app using MATLAB R2012b. The "appinstall" file can be found in the app's install directory. Simply re-install and the app should work as expected.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by