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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!