GUIDE created file will not run in MATLAB R2015a

1 visualización (últimos 30 días)
Andrew Harris
Andrew Harris el 17 de Oct. de 2015
Respondida: Andrew Harris el 17 de Oct. de 2015
Hi, is there a known issue with files created with the GUIDE tool in either R2015a or OSX (or the combination)? I create a new GUIDE interface, save, and attempt to run, and MATLAB returns an undefined function error.

Respuesta aceptada

Andrew Harris
Andrew Harris el 17 de Oct. de 2015
It turns out, because the project is object oriented, the guide created function would not run within the class folder for my main object type. It runs now that I have moved it one folder up in the hierarchy.

Más respuestas (2)

Walter Roberson
Walter Roberson el 17 de Oct. de 2015
I have not heard of that problem.
Make sure that the name you use starts with a letter, followed by letters and digits and underscore, maximum 63 characters, with no spaces or dash or special characters. Also make sure that the directory that you save into is on your MATLAB path by using pathtool

Jan
Jan el 17 de Oct. de 2015
Where did you save the file? Into a folder, which is included in the Matlab path? See addpath.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by