Why are extra C++ classes being generated from my MATLAB Code?
Ältere Kommentare anzeigen
I have defined a MATLAB Class and two entry point functions that call members of it. The output of the first function is an instance of the class and is used as an argument to the second function. When I generate code, I expect to see a single C++ class that mimics the structure of the MATLAB class. Instead, I see an extra class being generated, with a 'b_' prepended to its name. Why does this happen?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Algorithm Design Basics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

