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

1 次查看(过去 30 天)
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.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by