Why are extra C++ classes being generated from my MATLAB Code?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Algorithm Design Basics 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!
