|
dotnetbuilder Application:
When I maked up a dotnet_project in Matalb, I have found that, all static functions except their bodies being difined in 'classdef', all parent classes which being not called
explicitly in Matlab codes for the project, cannot be included in the .ctf file automatically. I must add a special .m file, to 'other files' manually, to deal with the problem mentioned as above. It is difficult to have all
'static functions and all parent classes' in a complex application.
can I have a simple way to include 'static functions and all parent classes' ?
|