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

조회 수: 3 (최근 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