I have C Code generated from MATLAB Coder. I lost the SimuLink model that generates this code. There is any form to do the inverse process? That means, convert the previously C Code generated from MATLAB to the original MATLAB code.
-
Trial and error — take a guess at what the model looked like, generate C code, compare to your existing C code, guess at what you need to change to make them match.Cris Luengo– Cris Luengo2022-11-21 15:46:29 +00:00Commented Nov 21, 2022 at 15:46
-
perhaps contact MathWorks and ask them. they wrote the generator, they may have ways, or ideas how to, map the generated code back to a simulink model or matlab code.Christoph Rackwitz– Christoph Rackwitz2022-11-27 23:21:40 +00:00Commented Nov 27, 2022 at 23:21
Add a comment
|