Related to Visualization (Graphics) Features
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
dpb
el 21 de Mzo. de 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, ...
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!