Is it possible to generate automatic stubs for default functions? (GUI for example)

1 view (last 30 days)
The question is the following.
I want MATLAB to automatically generate stubs for unimplemented functions.
I am writing a fairly complicated software in MATLAB.
Currently the team is in shortage of manpower, so I have to do most of the stuff. (both architectural and substantial) Generally, that means, that I prototype the software, but do not have time to implement all the functionality. (for example, I sketch a GUI in GUIDE to be fairly user-friendly. However, I do not have time to implement all the functionality, as I also have to focus on code for algorithms). What I want - I want MATLAB to automatically generate stubs for unimplemented functions, which would give a fairly descriptive information about themselves.
Like, of user presses a button, which does not yet have the functionality, it should report to the log describing when it was called and printing a stack trace. Desirably, in a unified way.

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!