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

1 vue (au cours des 30 derniers jours)
Lockywolf
Lockywolf le 13 Fév 2014
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.

Réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by