I have been using the AppDesigner to create my UI. Since I find writing the actual functions much less convenient in AppDesigner than in the 'normal' MatLab class Editor, I would like to place all the functions I can in there. However, I cannot figure out how I can set values from AppDesigner controls from my Editor functions. For example, I want to create three colour histograms in the app and would like to send the data for that from the function placed in the 'normal' MatLab Editor. How do I do that? I locked up setappdata/getappdata but that does not seem to work?!