matlab - Check what toolboxes the code used -
i have written programs , want check if use specific toolboxes ensure work on other matlab installation. there way see toolboxes program used? have tried use profile function:
profile on simulation %run program profile off profile viewer but sorting through entry in profile doesn't make obvious spot toolboxes used.
there command:
license('inuse') but list licenses have accessed sinc started matlab , doesn't tell me in code toolbox used.
this excellent tool find dependencies: http://www.mathworks.com/matlabcentral/fileexchange/17291-fdep-a-pedestrian-function-dependencies-finder/content/fdep.m
Comments
Post a Comment