Deleting CreateFcn in GUI

1 visualización (últimos 30 días)
ericson
ericson el 27 de Feb. de 2014
Respondida: Voss el 18 de Mayo de 2022
Hi! I have a gui, when I generate the code, it goes up to more than 6000 lines of codes. The main reason for it is because I haveso many edit text in my gui, so i causes many createfcn in my code. I want to remove it to lessen the lines of codes and to increase the speed of the loading time of my gui. How do I delete it?

Respuestas (1)

Voss
Voss el 18 de Mayo de 2022
There is an option in GUIDE (in the Tools menu > GUI Options ...) called "Generate callback function prototypes", which is selected by default. De-selecting this option will prevent CreateFcns and Callbacks from being generated automatically.

Categorías

Más información sobre App Building 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