Related to Visualization (Graphics) Features
10 views (last 30 days)
Show older comments
Hello.
I know the 'Project Analyzer' function in Matlab.
It seems to be a good feature to see visualization and connectivity in 'Project Analyzer'.
I want a function that represents the C code generated result (.c & .h file) like 'Project Analyzer'.
Does Matlab have this feature?
Thank you.
2 Comments
dpb
on 21 Mar 2025
No, it only deals with MATLAB code itself. You mght investiage <CppDepend> although I don't do C++ and write small enough C when forced into it that don't really need such so no personal experience.
I have used (many moons ago now) <Understand> although for Fortran, not C/C++ and can attest that it is quite powerful.
Neither are cheap, however, ...
Answers (0)
See Also
Categories
Find more on Simulink Coder 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!