Do I need the Simulink Report Generator toolbox installed to run depfun?

1 view (last 30 days)
I recently switched to Matlab 2013a, and when I run 'depfun.m' now it seems to try and look for a function called 'newdepfun', which from what I can tell is in the Report Generator toolbox. Is this something new, and if so, is there any other way I can find all the functions a certain m file is dependant on for the purposes of distributing code to others.
Thanks in advance,
--Greg
  1 Comment
Kaustubha Govind
Kaustubha Govind on 22 Apr 2013
For me:
>> which newdepfun
built-in (undocumented) % char method
I'm not 100% sure, but it seems like 'newdepfun' is part of base MATLAB. How did you find out that it belonged to Simulink Report Generator?
Btw, I've seen users on other threads having issues using DEPFUN suggest this as an alternative: http://www.mathworks.com/matlabcentral/fileexchange/17291-fdep
I would recommend filing a bug report with MathWorks Tech Support if you are unable to run DEPFUN.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!