MATLAB: Rearranging appdesigner generated code sections

MATLABreorder generated code

Is there a way to reorder generated code in app designer?. An example would be that I have user functions to select options called step1 through step4 then function for pushbutton to execute. Somehow the functions show up out of order and 1 shows up after pushbutton in code view. Really messy. I want to group functions together and in order of usage.

Best Answer

I've written an app: https://uk.mathworks.com/matlabcentral/fileexchange/71838-hierarchyviewer which allows you to reorder components and callbacks